DBA Data[Home] [Help]

APPS.PAY_ACTION_CONTEXTS_PKG dependencies on FF_UTILS

Line 37: ff_utils.assert(false, 'pay_action_contexts_pkg:archinit:10');

33: and c2.context_name = 'JURISDICTION_CODE'
34: and c3.context_name = 'TAX_GROUP';
35: exception
36: when NO_DATA_FOUND then
37: ff_utils.assert(false, 'pay_action_contexts_pkg:archinit:10');
38: end;
39:
40: --
41: -- lookup up legislation code for business group

Line 55: ff_utils.assert(false, 'pay_action_contexts_pkg:archinit:20');

51: and ou.organization_id = o.organization_id
52: and ou.org_information_context = 'Business Group Information';
53: exception
54: when NO_DATA_FOUND then
55: ff_utils.assert(false, 'pay_action_contexts_pkg:archinit:20');
56: end;
57:
58: hr_utility.trace('< archinit()');
59: end archinit;