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 744: INSERT INTO pa_commitment_txns

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

Line 917: INSERT INTO pa_commitment_txns

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

Line 1318: INSERT INTO pa_commitment_txns

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

Line 1491: INSERT INTO pa_commitment_txns

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

Line 1922: INSERT INTO pa_commitment_txns

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

Line 2095: INSERT INTO pa_commitment_txns

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