DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on POR_FAV_CHARGE_ACCOUNTS

Line 188: from POR_FAV_CHARGE_ACCOUNTS

184: x_progress := 'PO_WF_PO_RULE_ACC. get_favorite_charge_acc: 03';
185:
186: Select CHARGE_ACCOUNT_ID
187: into x_ccid
188: from POR_FAV_CHARGE_ACCOUNTS
189: where EMPLOYEE_ID = x_user_id and
190: RESPONSIBILITY_ID = x_resp_id and
191: DEFAULT_ACCOUNT = 'Y';
192: