DBA Data[Home] [Help]

APPS.PQP_FEDHR_USPAY_INTG_PKG dependencies on PQP_PCV_INS

Line 1319: pqp_pcv_ins.ins(p_earn(l_index).ele_eff_start_date,l_rec);

1315: l_rec.pcv_information2 := l_element_type_id;
1316: l_rec.pcv_information3 := PB(l_PB_indx).pay_basis;
1317:
1318: -- Call Insert Row Handler
1319: pqp_pcv_ins.ins(p_earn(l_index).ele_eff_start_date,l_rec);
1320: END LOOP;
1321:
1322: ELSE
1323: -- Element is not Basic Salary Rate

Line 1331: pqp_pcv_ins.ins(p_earn(l_index).ele_eff_start_date,l_rec);

1327: l_rec.pcv_information2 := l_element_type_id;
1328: l_rec.pcv_information3 := NULL;
1329:
1330: -- Call Update row handler
1331: pqp_pcv_ins.ins(p_earn(l_index).ele_eff_start_date,l_rec);
1332: END IF;
1333:
1334: --****************************************************************
1335:

Line 1517: --pqp_pcv_ins.ins(p_dedn(l_index).ele_eff_start_date,l_rec);

1513: --l_rec.business_group_id := p_dedn(l_index).bg_id;
1514: --l_rec.pcv_information_category:= 'PQP_FEDHR_ELEMENT';
1515: --l_rec.pcv_information1 := p_dedn(l_index).org_ele_name;
1516: --l_rec.pcv_information2 := l_element_type_id;
1517: --pqp_pcv_ins.ins(p_dedn(l_index).ele_eff_start_date,l_rec);
1518: --
1519: --
1520: -- IF (p_dedn(l_index).inp_val_low_range IS NOT NULL)
1521: -- THEN

Line 2385: pqp_pcv_ins.ins(l_eff_date,l_rec);

2381: -- Call Insert row handler
2382: -- ******************************************
2383: -- ASHU
2384: -- ******************************************
2385: pqp_pcv_ins.ins(l_eff_date,l_rec);
2386:
2387: END IF;
2388: END IF;
2389: