DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on PO_GMS_INTEGRATION_PVT

Line 23: -- @depends PO_GMS_INTEGRATION_PVT.maintain_po_adl(),

19: --
20: -- @return
21: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.
22: --
23: -- @depends PO_GMS_INTEGRATION_PVT.maintain_po_adl(),
24: -- PO_WF_BUILD_ACCOUNT_INIT.start_workflow()
25: -----------------------------------------------------------------------
26: FUNCTION build_accounts(
27: x_purchasing_ou_id IN NUMBER -- POU's org ID

Line 181: PO_GMS_INTEGRATION_PVT.maintain_po_adl(

177: SAVEPOINT PO_ACCOUNT_HELPER_GMS_SP;
178:
179: -- Create/update the Award Distributions before calling the Account
180: -- Generator.
181: PO_GMS_INTEGRATION_PVT.maintain_po_adl(
182: p_dml_operation => PO_GMS_INTEGRATION_PVT.c_DML_OPERATION_DELETE
183: , p_dist_id => p_distribution_id
184: , p_project_id => x_project_id
185: , p_task_id => x_task_id

Line 182: p_dml_operation => PO_GMS_INTEGRATION_PVT.c_DML_OPERATION_DELETE

178:
179: -- Create/update the Award Distributions before calling the Account
180: -- Generator.
181: PO_GMS_INTEGRATION_PVT.maintain_po_adl(
182: p_dml_operation => PO_GMS_INTEGRATION_PVT.c_DML_OPERATION_DELETE
183: , p_dist_id => p_distribution_id
184: , p_project_id => x_project_id
185: , p_task_id => x_task_id
186: , p_award_number => p_award_number