DBA Data[Home] [Help]

APPS.GMS_PA_API3 dependencies on GMS_ENC_PSI_V

Line 407: -- Insert Raw and burden cost for Manual encumbrances using the gms_enc_psi_v

403: l_cmt_header_id := t_num_tab() ;
404:
405: --
406: -- 3614241
407: -- Insert Raw and burden cost for Manual encumbrances using the gms_enc_psi_v
408: --
409: -- bug 4068681 PJ.M:B10:P11:QA: GCW: UPDATE PROJECT SUMMARY AMOUNTS PROCESS ERRORS OUT
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.

Line 410: -- gms_enc_psi_v view was fixed to use transaction source and project id column.

406: -- 3614241
407: -- Insert Raw and burden cost for Manual encumbrances using the gms_enc_psi_v
408: --
409: -- bug 4068681 PJ.M:B10:P11:QA: GCW: UPDATE PROJECT SUMMARY AMOUNTS PROCESS ERRORS OUT
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

Line 582: FROM gms_enc_psi_v

578: NULL,
579: TO_NUMBER(NULL),
580: 'N',
581: NULL
582: FROM gms_enc_psi_v
583: WHERE project_id = p_start_project_id
584: --WHERE project_id BETWEEN p_start_project_id AND p_end_project_id
585: -- bug fixes for 3755094 and 3736097
586: AND NVL(system_linkage_function,'X') =