DBA Data[Home] [Help]

APPS.PQH_BDGT_ACTUAL_CMMTMNT_PKG dependencies on PQH_BDGT_CMMTMNT_ELMNTS

Line 1091: from pqh_bdgt_cmmtmnt_elmnts

1087: RETURN NUMBER
1088: IS
1089: cursor csr_actual_exists is
1090: select 1
1091: from pqh_bdgt_cmmtmnt_elmnts
1092: where actual_commitment_type in ('ACTUAL','BOTH')
1093: and budget_id = p_budget_id;
1094:
1095: cursor curs is

Line 1097: from pqh_bdgt_cmmtmnt_elmnts

1093: and budget_id = p_budget_id;
1094:
1095: cursor curs is
1096: select element_type_id,element_input_value_id, balance_type_id
1097: from pqh_bdgt_cmmtmnt_elmnts
1098: where actual_commitment_type in ('ACTUAL','BOTH') and
1099: element_type_id = nvl(p_element_type_id,element_type_id)
1100: and budget_id = p_budget_id;
1101:

Line 4051: from pqh_bdgt_cmmtmnt_elmnts

4047: IS
4048:
4049: cursor csr_actual_exists(p_budget_id number) is
4050: select 1
4051: from pqh_bdgt_cmmtmnt_elmnts
4052: where actual_commitment_type in ('ACTUAL','BOTH')
4053: and budget_id = p_budget_id;
4054:
4055: --

Line 4076: pqh_bdgt_cmmtmnt_elmnts pbce

4072: PAY_ASSIGNMENT_ACTIONS AAC,
4073: PAY_COSTS pc,
4074: PAY_ELEMENT_TYPES_F PET,
4075: PAY_INPUT_VALUES_F INV,
4076: pqh_bdgt_cmmtmnt_elmnts pbce
4077: Where PPA.PAYROLL_ACTION_ID = AAC.PAYROLL_ACTION_ID
4078: AND PPA.PAYROLL_ID = A.PAYROLL_ID
4079: AND ppa.action_type IN ('Q','R','V','B')
4080: AND ppa.date_earned BETWEEN p_actuals_start_date AND p_actuals_end_date