DBA Data[Home] [Help]

APPS.IBY_DISBURSE_SINGLE_PMT_PKG dependencies on IBY_ASSIGN_PUB

Line 1220: IBY_ASSIGN_PUB.performAssignments(

1216: print_debuginfo(l_module_name, 'Going to perform '
1217: || 'assignments for payment req id: '
1218: || l_payreq_id);
1219:
1220: IBY_ASSIGN_PUB.performAssignments(
1221: l_payreq_id,
1222: l_return_status);
1223:
1224: print_debuginfo(l_module_name, 'Request status after '