DBA Data[Home] [Help]

APPS.PAY_PAYGTN_PKG dependencies on PAY_GTNLOD_PKG

Line 58: load_er_liab of pay_gtnlod_pkg.

54: 30-Aug-2005 sackumar 115.15 Introduced Index Hint in get_futa_def_bal_id cursor in
55: ARCHIVE_INIT procedure.
56: 12-SEP-2005 pragupta 115.16 Bug 453407: Added an extra condition in the p_er_liab_where
57: variable to avoid duplication of rows in the procedure
58: load_er_liab of pay_gtnlod_pkg.
59: 15-SEP-2005 meshah 115.17 removed the index hint from the range cursor.
60: bug 4591091.
61: 07-APR-2006 rdhingra 115.18 Bug 5148084: Added procedure create_gtn_xml_data
62: Modified ARCHIVE_DEINIT to submit XML Report Publisher

Line 70: pay_gtnlod_pkg.load_data procedure in ARCHIVE_CODE.

66: 30-Aug-2006 kvsankar 115.20 Bug 5478638 : Passed Application ID instead of
67: Application Name to the concurrent program
68: "XML Report Publisher"
69: 16-Oct-2006 jdevasah 114.21 Bug 4942114 : changed the parameters to
70: pay_gtnlod_pkg.load_data procedure in ARCHIVE_CODE.
71: Commented assignment statements in ARCHVIE_INIT.
72: Created global variables which are input paramenters
73: to pay_gtnlod_pkg.load_data procedure.
74: 21-jan-2007 asgugupt 114.22 Bug 6365474 : changed the parameters to

Line 73: to pay_gtnlod_pkg.load_data procedure.

69: 16-Oct-2006 jdevasah 114.21 Bug 4942114 : changed the parameters to
70: pay_gtnlod_pkg.load_data procedure in ARCHIVE_CODE.
71: Commented assignment statements in ARCHVIE_INIT.
72: Created global variables which are input paramenters
73: to pay_gtnlod_pkg.load_data procedure.
74: 21-jan-2007 asgugupt 114.22 Bug 6365474 : changed the parameters to
75: fnd_request.submit_request in ARCHIVE_DEINIT.
76:
77: 06-Mar-2008 skameswa 115.25 Bug 6799553 : Modified the procedure ARCHIVE_DEINIT to include

Line 934: /* pay_gtnlod_pkg.load_data(p_payroll_action_id => p_payroll_action_id,

930: begin
931: hr_utility.trace('entering archive_code');
932: hr_utility.trace('l_arch_count ='||l_arch_count);
933: /*-- Bug#4942114 starts --*/
934: /* pay_gtnlod_pkg.load_data(p_payroll_action_id => p_payroll_action_id,
935: p_chunk => p_chunk_number,
936: ppa_finder => p_ppa_finder,
937: p_ded_view_name => p_ded_view_name,
938: p_earn_view_name => p_earn_view_name,

Line 954: pay_gtnlod_pkg.load_data(p_payroll_action_id => p_payroll_action_id,

950: p_asg_flag => p_asg_flag);
951: l_arch_count := l_arch_count +1;
952: */
953:
954: pay_gtnlod_pkg.load_data(p_payroll_action_id => p_payroll_action_id,
955: p_chunk => p_chunk_number,
956: ppa_finder => p_ppa_finder,
957: p_ded_bal_status1 => p_ded_bal_status1,
958: p_ded_bal_status2 => p_ded_bal_status2,