DBA Data[Home] [Help]

APPS.PO_WF_PO_FLEXBUILDER_UPGRADE dependencies on PO_PO_CHARGE_ACCOUNT

Line 72: -- routine PO_PO_CHARGE_ACCOUNT.BUILD ( );

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

Line 586: x_progress := 'calling PO_PO_CHARGE_ACCOUNT.BUILD';

582: Get_att(itemtype, itemkey, distribution_att15, 'DISTRIBUTION_ATT15');
583:
584: -- chart_of_accounts_id = gl_set_of_books.charge_of_account_id - structure id
585:
586: x_progress := 'calling PO_PO_CHARGE_ACCOUNT.BUILD';
587: IF (g_po_wf_debug = 'Y') THEN
588: /* DEBUG */ PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
589: END IF;
590:

Line 593: x_result_flag := PO_PO_CHARGE_ACCOUNT.BUILD (

589: END IF;
590:
591: IF (accountType = 'CHARGE') then
592:
593: x_result_flag := PO_PO_CHARGE_ACCOUNT.BUILD (
594:
595: FB_FLEX_NUM => chart_of_accounts_id,
596: BOM_COST_ELEMENT_ID => to_char(bom_cost_element_id),
597: BOM_RESOURCE_ID => to_char(bom_resource_id),