All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
sql.mysql.PUR_AP_RECUR_PMT_FREQ_T.sql Maven / Gradle / Ivy
TRUNCATE TABLE PUR_AP_RECUR_PMT_FREQ_T
/
INSERT INTO PUR_AP_RECUR_PMT_FREQ_T (RECUR_PMT_FREQ_CD,OBJ_ID,VER_NBR,RECUR_PMT_FREQ_DESC,DOBJ_MAINT_CD_ACTV_IND)
VALUES ('ANN','F2A31E46-51A9-06A5-12AC-4E98C5977AE1',2.0,'ANNUALLY','Y')
/
INSERT INTO PUR_AP_RECUR_PMT_FREQ_T (RECUR_PMT_FREQ_CD,OBJ_ID,VER_NBR,RECUR_PMT_FREQ_DESC,DOBJ_MAINT_CD_ACTV_IND)
VALUES ('MONT','F0753903-E983-7D95-66C8-F9AF900A99AC',1.0,'MONTHLY','Y')
/
INSERT INTO PUR_AP_RECUR_PMT_FREQ_T (RECUR_PMT_FREQ_CD,OBJ_ID,VER_NBR,RECUR_PMT_FREQ_DESC,DOBJ_MAINT_CD_ACTV_IND)
VALUES ('QUAR','2E49B043-2C5A-8425-3679-7C768FB969E6',1.0,'QUARTERLY','Y')
/
INSERT INTO PUR_AP_RECUR_PMT_FREQ_T (RECUR_PMT_FREQ_CD,OBJ_ID,VER_NBR,RECUR_PMT_FREQ_DESC,DOBJ_MAINT_CD_ACTV_IND)
VALUES ('SEMI','AF212D0D-B116-0E32-104B-0F8A003837D5',1.0,'SEMIANNUALLY','Y')
/
INSERT INTO PUR_AP_RECUR_PMT_FREQ_T (RECUR_PMT_FREQ_CD,OBJ_ID,VER_NBR,RECUR_PMT_FREQ_DESC,DOBJ_MAINT_CD_ACTV_IND)
VALUES ('WEEK','1094217A-F2D5-4625-915C-079E2BAE3064',1.0,'WEEKLY','Y')
/