DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PAY_ASSIGNMENT_ACTIONS

Line 56: from pay_assignment_actions paa,

52: New Cursor uses the latest sequenced payroll action performed on the assignment
53: */
54: cursor csr_last_dt is
55: Select NVL( tp.end_date, p_start_date )
56: from pay_assignment_actions paa,
57: per_all_assignments_f paf,
58: pay_payroll_actions ppa,
59: pay_action_classifications pac,
60: per_time_periods tp

Line 786: PAY_ASSIGNMENT_ACTIONS AAC

782: (
783: Select tp.start_date, tp.end_date, aac.assignment_action_id
784: From per_time_periods tp,
785: pay_payroll_actions ppa,
786: PAY_ASSIGNMENT_ACTIONS AAC
787: Where tp.payroll_id=p_payroll_id
788: AND (tp.start_date <= p_actuals_end_date and tp.end_date >= p_actuals_start_date)
789: and tp.payroll_id = ppa.payroll_id
790: and ppa.payroll_id = p_payroll_id

Line 824: PAY_ASSIGNMENT_ACTIONS AAC

820: (
821: Select tp.start_date, tp.end_date, aac.assignment_action_id
822: From per_time_periods tp,
823: pay_payroll_actions ppa,
824: PAY_ASSIGNMENT_ACTIONS AAC
825: Where tp.payroll_id=p_payroll_id
826: AND (tp.start_date <= p_actuals_end_date and tp.end_date >= p_actuals_start_date)
827: and tp.payroll_id = ppa.payroll_id
828: and ppa.payroll_id = p_payroll_id

Line 866: from pay_assignment_actions

862: select 1
863: from dual
864: where exists
865: (select null
866: from pay_assignment_actions
867: where assignment_id = p_assignment_id);
868:
869: Begin
870: hr_utility.set_location('Entering :'||l_proc,5);

Line 933: PAY_ASSIGNMENT_ACTIONS AAC

929: (
930: Select tp.start_date, tp.end_date, aac.assignment_action_id
931: From per_time_periods tp,
932: pay_payroll_actions ppa,
933: PAY_ASSIGNMENT_ACTIONS AAC
934: Where tp.payroll_id=p_payroll_id
935: AND (tp.start_date <= p_actuals_end_date and tp.end_date >= p_actuals_start_date)
936: and tp.payroll_id = ppa.payroll_id
937: and ppa.payroll_id = p_payroll_id

Line 972: from pay_assignment_actions

968: select 1
969: from dual
970: where exists
971: (select null
972: from pay_assignment_actions
973: where assignment_id = p_assignment_id);
974:
975: Begin
976: hr_utility.set_location('Entering :'||l_proc,5);

Line 1019: PAY_ASSIGNMENT_ACTIONS AAC

1015: Cursor csr_pay_date Is
1016: Select max(tp.end_date)
1017: From per_time_periods tp,
1018: pay_payroll_actions ppa,
1019: PAY_ASSIGNMENT_ACTIONS AAC
1020: Where tp.payroll_id=p_payroll_id
1021: and (tp.start_date <= p_actuals_end_date and tp.end_date >= p_actuals_start_date)
1022: and tp.payroll_id = ppa.payroll_id
1023: and ppa.payroll_id = p_payroll_id

Line 1037: from pay_assignment_actions

1033: select 1
1034: from dual
1035: where exists
1036: (select null
1037: from pay_assignment_actions
1038: where assignment_id = p_assignment_id);
1039:
1040: Begin
1041: hr_utility.set_location('Entering :'||l_proc,5);

Line 1113: from pay_assignment_actions paa, pay_payroll_actions ppa

1109: -- and RUN_BALANCE_STATUS = 'V';
1110:
1111: cursor csr_asg_action(c_assignment_id number, c_effective_date date) is
1112: select paa.assignment_action_id
1113: from pay_assignment_actions paa, pay_payroll_actions ppa
1114: where paa.payroll_action_id = ppa.payroll_action_id
1115: and paa.source_action_id is null
1116: and paa.assignment_id = c_assignment_id
1117: and ppa.effective_date = (select max(effective_date) from pay_payroll_actions ppa1

Line 1124: from pay_run_balances prb, pay_assignment_actions paa

1120: and ppa.effective_date <= c_effective_date);
1121:
1122: cursor csr_act_value(c_assignment_id number,c_defined_balance_id number,c_effective_date date) is
1123: select prb.balance_value
1124: from pay_run_balances prb, pay_assignment_actions paa
1125: where prb.assignment_id = c_assignment_id
1126: and prb.defined_balance_id = c_defined_balance_id
1127: and prb.assignment_action_id = paa.assignment_action_id
1128: and paa.source_action_id is not null

Line 1324: PAY_ASSIGNMENT_ACTIONS AAC

1320: Select /*+ ORDERED */
1321: tp.start_date,tp.end_date, aac.assignment_action_id
1322: From per_time_periods tp,
1323: pay_payroll_actions ppa,
1324: PAY_ASSIGNMENT_ACTIONS AAC
1325: Where tp.payroll_id=p_payroll_id
1326: AND (tp.start_date <= p_actuals_end_date
1327: and
1328: tp.end_date >= p_actuals_start_date)

Line 1358: from pay_assignment_actions

1354: select 1
1355: from dual
1356: where exists
1357: (select null
1358: from pay_assignment_actions
1359: where assignment_id = p_assignment_id);
1360: Begin
1361: --
1362: hr_utility.set_location('Entering :'||l_proc,5);

Line 4069: PAY_ASSIGNMENT_ACTIONS AAC,

4065: AND assg.position_id = p_position_id
4066: -- and assg.assignment_id <> p_ex_assignment_id
4067: ) a,
4068: pay_payroll_actions ppa,
4069: PAY_ASSIGNMENT_ACTIONS AAC,
4070: PAY_COSTS pc,
4071: PAY_ELEMENT_TYPES_F PET,
4072: PAY_INPUT_VALUES_F INV,
4073: pqh_bdgt_cmmtmnt_elmnts pbce

Line 4125: PAY_ASSIGNMENT_ACTIONS AAC,

4121: AND assg.position_id = p_position_id
4122: -- and assg.assignment_id <> p_ex_assignment_id
4123: ) a,
4124: pay_payroll_actions ppa,
4125: PAY_ASSIGNMENT_ACTIONS AAC,
4126: PAY_COSTS pc,
4127: PAY_ELEMENT_TYPES_F PET,
4128: PAY_INPUT_VALUES_F INV
4129: Where PPA.PAYROLL_ACTION_ID = AAC.PAYROLL_ACTION_ID