DBA Data[Home] [Help]

APPS.CSTPPIPV dependencies on CST_AP_VARIANCE_BATCHES

Line 377: SELECT cst_ap_variance_batches_s.nextval

373: -- Create a batch for the the process --
374: --------------------------------------------------------------------
375: l_stmt_num := 30;
376:
377: SELECT cst_ap_variance_batches_s.nextval
378: INTO l_batch_id
379: FROM DUAL;
380:
381: -- Populate Batch table here

Line 384: INSERT INTO cst_ap_variance_batches

380:
381: -- Populate Batch table here
382: l_stmt_num := 35;
383:
384: INSERT INTO cst_ap_variance_batches
385: ( batch_id,
386: description,
387: organization_id,
388: item_option,

Line 1081: SELECT cst_ap_variance_batches_s.nextval

1077: ----------------------------------------------------------------------
1078:
1079: l_stmt_num := 30;
1080:
1081: SELECT cst_ap_variance_batches_s.nextval
1082: INTO l_batch_id
1083: FROM DUAL;
1084:
1085: -- Populate Batch table here

Line 1089: cst_ap_variance_batches

1085: -- Populate Batch table here
1086: l_stmt_num := 35;
1087:
1088: INSERT INTO
1089: cst_ap_variance_batches
1090: (
1091: batch_id,
1092: organization_id,
1093: item_option,