DBA Data[Home] [Help]

APPS.PO_WF_REQ_FLEXBUILDER_UPGRADE dependencies on PO_REQ_CHARGE_ACCOUNT

Line 73: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );

69:
70: end if;
71:
72: -- Get the required item attributes and then call the upgrade charge account
73: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );
74:
75: l_result_flag := req_build_account( itemtype,
76: itemkey,
77: 'CHARGE',

Line 158: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );

154:
155: end if;
156:
157: -- Get the required item attributes and then call the upgrade charge account
158: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );
159:
160: l_result_flag := req_build_account( itemtype,
161: itemkey,
162: 'BUDGET',

Line 234: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );

230:
231: end if;
232:
233: -- Get the required item attributes and then call the upgrade charge account
234: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );
235:
236: l_result_flag := req_build_account( itemtype,
237: itemkey,
238: 'VARIANCE',

Line 310: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );

306:
307: end if;
308:
309: -- Get the required item attributes and then call the upgrade charge account
310: -- routine PO_REQ_CHARGE_ACCOUNT.BUILD ( );
311:
312: l_result_flag := req_build_account( itemtype,
313: itemkey,
314: 'ACCRUAL',

Line 559: x_result_flag := PO_REQ_CHARGE_ACCOUNT.BUILD (

555: -- chart_of_accounts_id = gl_set_of_books.charge_of_account_id - structure id
556:
557: IF (accountType = 'CHARGE') then
558:
559: x_result_flag := PO_REQ_CHARGE_ACCOUNT.BUILD (
560:
561: FB_FLEX_NUM => chart_of_accounts_id,
562: BOM_COST_ELEMENT_ID => to_char(bom_cost_element_id),
563: BOM_RESOURCE_ID => to_char(bom_resource_id),