DBA Data[Home] [Help]

APPS.PO_WF_PO_RULE_ACC dependencies on FND_FUNCTION

Line 265: IF NOT FND_FUNCTION.TEST('POR_FAV_CHG_ACCT') THEN

261: return;
262: end if;
263:
264: -- Verify if the user has access to Favorite charge account function
265: IF NOT FND_FUNCTION.TEST('POR_FAV_CHG_ACCT') THEN
266: x_progress := 'PO_WF_PO_RULE_ACC.get_favorite_charge_acc: Favorite charge account functionality not provided';
267: PO_WF_DEBUG_PKG.insert_debug(itemtype,itemkey,x_progress);
268: result := 'COMPLETE:FAILURE'; -- Bug 3626954 Return failure instead of success
269: RETURN;