DBA Data[Home] [Help]

APPS.PO_ACCOUNT_HELPER dependencies on PO_WF_BUILD_ACCOUNT_INIT

Line 32: -- Wrapper around PO_WF_BUILD_ACCOUNT_INIT, which creates Award

28:
29: -----------------------------------------------------------------------
30: -- Procedure: build_accounts
31: --
32: -- Wrapper around PO_WF_BUILD_ACCOUNT_INIT, which creates Award
33: -- Distributions through the GMS API when Grants is used. The
34: -- award distributions are temporary, and will be rolled back
35: -- after the workflow has run.
36: --

Line 46: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.

42: -- @param p_award_number
43: -- The current displayed award number.
44: --
45: -- @return
46: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.
47: --
48: -- @depends PO_GMS_INTEGRATION_PVT.maintain_po_adl(),
49: -- PO_WF_BUILD_ACCOUNT_INIT.start_workflow()
50: -----------------------------------------------------------------------

Line 49: -- PO_WF_BUILD_ACCOUNT_INIT.start_workflow()

45: -- @return
46: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.
47: --
48: -- @depends PO_GMS_INTEGRATION_PVT.maintain_po_adl(),
49: -- PO_WF_BUILD_ACCOUNT_INIT.start_workflow()
50: -----------------------------------------------------------------------
51: FUNCTION build_accounts(
52: x_purchasing_ou_id IN NUMBER -- POU's org ID
53: , x_transaction_flow_header_id IN NUMBER

Line 221: PO_WF_BUILD_ACCOUNT_INIT.start_workflow(

217:
218: -- call the Account Generator; award_id set to l_award_set_id; all
219: -- other parameters same as input parameters
220: l_success :=
221: PO_WF_BUILD_ACCOUNT_INIT.start_workflow(
222: x_purchasing_ou_id => x_purchasing_ou_id
223: , x_transaction_flow_header_id => x_transaction_flow_header_id
224: , x_dest_charge_success => x_dest_charge_success
225: , x_dest_variance_success => x_dest_variance_success

Line 892: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.

888: --
889: -- @param x_return_status
890: --
891: -- @return
892: -- See return value for PO_WF_BUILD_ACCOUNT_INIT.start_workflow.
893: --
894: -- @depends build_accounts
895: -----------------------------------------------------------------------
896: PROCEDURE online_rebuild_accounts