DBA Data[Home] [Help]

APPS.PSB_HR_POPULATE_DATA_PVT dependencies on PSB_PAY_ELEMENT_OPTIONS_S

Line 556: Select psb_pay_element_options_s.nextval

552: l_last_update_login := FND_GLOBAL.LOGIN_ID;
553: l_creation_date := sysdate;
554: l_created_by := FND_GLOBAL.USER_ID; */
555:
556: Select psb_pay_element_options_s.nextval
557: INTO l_pay_element_option_id
558: FROM dual;
559:
560: PSB_PAY_ELEMENT_OPTIONS_PVT.INSERT_ROW

Line 8159: Select psb_pay_element_options_s.nextval

8155: END LOOP;
8156: END IF;
8157:
8158: IF (l_option_dummy = 0) THEN
8159: Select psb_pay_element_options_s.nextval
8160: INTO l_pay_element_option_id
8161: FROM dual;
8162:
8163: PSB_PAY_ELEMENT_OPTIONS_PVT.INSERT_ROW

Line 8278: Select psb_pay_element_options_s.nextval

8274: RAISE FND_API.G_EXC_ERROR;
8275: END IF;
8276: END IF;
8277:
8278: Select psb_pay_element_options_s.nextval
8279: INTO l_pay_element_option_id
8280: FROM dual;
8281:
8282: PSB_PAY_ELEMENT_OPTIONS_PVT.INSERT_ROW