DBA Data[Home] [Help]

APPS.PER_PEOPLE12_PKG dependencies on PER_STARTUP_PERSON_TYPES

Line 274: from per_startup_person_types

270: --
271: -- **** Start new code for bug 2264569 ******************************
272: cursor c_apl_flag(cp_person_type varchar2) is
273: select current_applicant_flag
274: from per_startup_person_types
275: where system_person_type = cp_person_type;
276: -- **** End new code for bug 2264569 *******************************
277: --
278: --bug no 5546586 starts here

Line 2614: from per_startup_person_types

2610: --
2611: -- **** Start new code for bug 2264569 ******************************
2612: cursor c_apl_flag(cp_person_type varchar2) is
2613: select current_applicant_flag
2614: from per_startup_person_types
2615: where system_person_type = cp_person_type;
2616: -- **** End new code for bug 2264569 *******************************
2617: --
2618: --bug no 5546586 starts here