DBA Data[Home] [Help]

APPS.GMS_PA_API3 dependencies on PA_COMMITMENT_TXNS

Line 414: INSERT INTO pa_commitment_txns

410: -- gms_enc_psi_v view was fixed to use transaction source and project id column.
411: -- transaction source was null as part of this bug.
412: --
413:
414: INSERT INTO pa_commitment_txns
415: ( CMT_LINE_ID,
416: PROJECT_ID,
417: TASK_ID,
418: TRANSACTION_SOURCE,

Line 742: INSERT INTO pa_commitment_txns

738: -- 3614241
739: -- Insert Commitment raw Cost using the PL/SQL bulk array elements.
740: --
741: FORALL indx in 1..l_project_id.count
742: INSERT INTO pa_commitment_txns
743: ( cmt_line_id,
744: project_id,
745: task_id,
746: transaction_source,

Line 915: INSERT INTO pa_commitment_txns

911: -- 3614241
912: -- Insert Commitment idc Cost using the PL/SQL bulk array elements.
913: --
914: FORALL indx in 1..l_project_id.count
915: INSERT INTO pa_commitment_txns
916: ( cmt_line_id,
917: project_id,
918: task_id,
919: transaction_source,

Line 1316: INSERT INTO pa_commitment_txns

1312: -- Insert Commitment raw Cost using the PL/SQL bulk array elements.
1313: --
1314: FORALL indx in 1..l_project_id.count
1315:
1316: INSERT INTO pa_commitment_txns
1317: ( cmt_line_id,
1318: project_id,
1319: task_id,
1320: transaction_source,

Line 1489: INSERT INTO pa_commitment_txns

1485: -- 3614241
1486: -- Insert Commitment idc Cost using the PL/SQL bulk array elements.
1487: --
1488: FORALL indx in 1..l_project_id.count
1489: INSERT INTO pa_commitment_txns
1490: ( cmt_line_id,
1491: project_id,
1492: task_id,
1493: transaction_source,

Line 1920: INSERT INTO pa_commitment_txns

1916: -- Insert Commitment raw Cost using the PL/SQL bulk array elements.
1917: --
1918: FORALL indx in 1..l_project_id.count
1919:
1920: INSERT INTO pa_commitment_txns
1921: ( cmt_line_id,
1922: project_id,
1923: task_id,
1924: transaction_source,

Line 2093: INSERT INTO pa_commitment_txns

2089: -- 3614241
2090: -- Insert Commitment idc Cost using the PL/SQL bulk array elements.
2091: --
2092: FORALL indx in 1..l_project_id.count
2093: INSERT INTO pa_commitment_txns
2094: ( cmt_line_id,
2095: project_id,
2096: task_id,
2097: transaction_source,