DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PAY_RUN_RESULTS

Line 781: PAY_RUN_RESULTS RES,

777: greatest(p_actuals_start_date,aa.start_date), least(p_actuals_end_date,aa.end_date))) result_value
778: FROM
779: PAY_INPUT_VALUES_F INV,PAY_RUN_RESULT_VALUES RRV,
780: PAY_ELEMENT_TYPES_F PET,
781: PAY_RUN_RESULTS RES,
782: (
783: Select tp.start_date, tp.end_date, aac.assignment_action_id
784: From per_time_periods tp,
785: pay_payroll_actions ppa,

Line 819: PAY_RUN_RESULTS RES,

815: greatest(p_actuals_start_date,aa.start_date), least(p_actuals_end_date,aa.end_date))) result_value
816: FROM
817: PAY_INPUT_VALUES_F INV,PAY_RUN_RESULT_VALUES RRV,
818: PAY_ELEMENT_TYPES_F PET,
819: PAY_RUN_RESULTS RES,
820: (
821: Select tp.start_date, tp.end_date, aac.assignment_action_id
822: From per_time_periods tp,
823: pay_payroll_actions ppa,

Line 854: l_element_type_id pay_run_results.element_type_id%type;

850: l_from_period_end_dt date;
851: l_to_period_start_dt date;
852: l_to_period_end_dt date;
853: l_result_value pay_run_result_values.result_value%type;
854: l_element_type_id pay_run_results.element_type_id%type;
855:
856: l_converted_amt number;
857: l_assignment_actuals number;
858: l_proc varchar2(72) := g_package ||'get_sum_actuals';

Line 928: PAY_RUN_RESULTS RES,

924: greatest(p_actuals_start_date,aa.start_date), least(p_actuals_end_date,aa.end_date))) result_value
925: FROM
926: PAY_INPUT_VALUES_F INV,PAY_RUN_RESULT_VALUES RRV,
927: PAY_ELEMENT_TYPES_F PET,
928: PAY_RUN_RESULTS RES,
929: (
930: Select tp.start_date, tp.end_date, aac.assignment_action_id
931: From per_time_periods tp,
932: pay_payroll_actions ppa,

Line 960: l_element_type_id pay_run_results.element_type_id%type;

956: l_from_period_end_dt date;
957: l_to_period_start_dt date;
958: l_to_period_end_dt date;
959: l_result_value pay_run_result_values.result_value%type;
960: l_element_type_id pay_run_results.element_type_id%type;
961:
962: l_converted_amt number;
963: l_assignment_actuals number;
964: l_proc varchar2(72) := g_package ||'get_element_actuals';

Line 1287: PAY_RUN_RESULTS RES

1283: SELECT sum(RRV.RESULT_VALUE) result_value
1284: FROM
1285: PAY_INPUT_VALUES_F INV,PAY_RUN_RESULT_VALUES RRV,
1286: PAY_ELEMENT_TYPES_F PET,
1287: PAY_RUN_RESULTS RES
1288: WHERE RES.ASSIGNMENT_ACTION_ID = p_assignment_action_id
1289: AND RES.STATUS IN ( 'P','PA' )
1290: AND PET.CLASSIFICATION_ID = cl_id
1291: AND PET.ELEMENT_TYPE_ID = p_element_type_id

Line 1306: PAY_RUN_RESULTS RES

1302: SELECT sum(RRV.RESULT_VALUE) result_value
1303: FROM
1304: PAY_INPUT_VALUES_F INV,PAY_RUN_RESULT_VALUES RRV,
1305: PAY_ELEMENT_TYPES_F PET,
1306: PAY_RUN_RESULTS RES
1307: WHERE RES.ASSIGNMENT_ACTION_ID = p_assignment_action_id
1308: AND RES.STATUS IN ( 'P','PA' )
1309: AND PET.CLASSIFICATION_ID = cl_id
1310: AND p_start_date BETWEEN PET.EFFECTIVE_START_DATE AND PET.EFFECTIVE_END_DATE

Line 1346: l_element_type_id pay_run_results.element_type_id%type;

1342: l_to_period_start_dt date;
1343: l_to_period_end_dt date;
1344: --
1345: l_result_value pay_run_result_values.result_value%type;
1346: l_element_type_id pay_run_results.element_type_id%type;
1347: --
1348:
1349: l_converted_amt number;
1350: l_assignment_actuals number;

Line 4152: l_element_type_id pay_run_results.element_type_id%type;

4148: l_to_period_start_dt date;
4149: l_to_period_end_dt date;
4150: --
4151: l_result_value pay_run_result_values.result_value%type;
4152: l_element_type_id pay_run_results.element_type_id%type;
4153: --
4154:
4155: l_converted_amt number;
4156: l_position_actuals number;