DBA Data[Home] [Help]

APPS.HXT_UTIL dependencies on PAY_PAYWSQEE_PKG

Line 1291: pay_paywsqee_pkg.populate_context_items(i_business_group_id, l_id_flex_num);

1287: no_structure_found EXCEPTION;
1288:
1289: BEGIN
1290:
1291: pay_paywsqee_pkg.populate_context_items(i_business_group_id, l_id_flex_num);
1292:
1293: IF l_id_flex_num IS NULL THEN
1294: RAISE no_structure_found;
1295: END IF;