DBA Data[Home] [Help]

APPS.JTF_TTY_NA_TERRGP dependencies on JTF_TTY_WORKFLOW_POP_BIN_PVT

Line 1828: jtf_tty_workflow_pop_bin_pvt.print_log('In sum rm bin Procedure ');

1824: AND narsc.rsc_resource_type = 'RS_EMPLOYEE';
1825: --and na.site_type_code = p_site_type_code;
1826:
1827: BEGIN
1828: jtf_tty_workflow_pop_bin_pvt.print_log('In sum rm bin Procedure ');
1829: DELETE jtf_tty_rsc_acct_summ;
1830:
1831: FOR owner_users IN all_owner_users_c LOOP
1832: p_owner_user_id := owner_users.user_id;

Line 2143: jtf_tty_workflow_pop_bin_pvt.print_log('Summarized the RM bin');

2139: END LOOP;
2140: */
2141:
2142: COMMIT;
2143: jtf_tty_workflow_pop_bin_pvt.print_log('Summarized the RM bin');
2144: EXCEPTION
2145: WHEN OTHERS THEN
2146: jtf_tty_workflow_pop_bin_pvt.print_log('Exception others in sum_rm_bin '||SQLERRM);
2147: END sum_rm_bin;

Line 2146: jtf_tty_workflow_pop_bin_pvt.print_log('Exception others in sum_rm_bin '||SQLERRM);

2142: COMMIT;
2143: jtf_tty_workflow_pop_bin_pvt.print_log('Summarized the RM bin');
2144: EXCEPTION
2145: WHEN OTHERS THEN
2146: jtf_tty_workflow_pop_bin_pvt.print_log('Exception others in sum_rm_bin '||SQLERRM);
2147: END sum_rm_bin;
2148:
2149:
2150: