DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on POR_FAV_CHARGE_ACCOUNTS

Line 282: from POR_FAV_CHARGE_ACCOUNTS

278: x_progress := 'PO_WF_PO_RULE_ACC. get_favorite_charge_acc: 03';
279:
280: Select CHARGE_ACCOUNT_ID
281: into x_ccid
282: from POR_FAV_CHARGE_ACCOUNTS
283: where EMPLOYEE_ID = x_user_id and
284: RESPONSIBILITY_ID = x_resp_id and
285: DEFAULT_ACCOUNT = 'Y';
286: