DBA Data[Home] [Help]

APPS.PO_PDOI_HEADER_PROCESS_PVT dependencies on PO_PDOI_DIST_PROCESS_PVT

Line 3093: PO_PDOI_DIST_PROCESS_PVT.derive_account_id

3089: d_position := 30;
3090:
3091: -- default budget account id
3092: IF (x_headers.budget_account_id_tbl(i) IS NULL) THEN
3093: PO_PDOI_DIST_PROCESS_PVT.derive_account_id
3094: ( p_account_number => x_headers.budget_account_tbl(i),
3095: p_chart_of_accounts_id => PO_PDOI_PARAMS.g_sys.coa_id,
3096: p_account_segment1 => x_headers.budget_account_segment1_tbl(i),
3097: p_account_segment2 => x_headers.budget_account_segment2_tbl(i),