DBA Data[Home] [Help]

APPS.HR_PAY_RATE_SS dependencies on PER_ALL_PEOPLE_F

Line 20: -- p_login_person_id per_all_people_f.person_id%TYPE;

16: p_count INTEGER := 0;
17: l_praddr_ovrlap VARCHAR2(2);
18: -- ln_no_of_components INTEGER := 0;
19:
20: -- p_login_person_id per_all_people_f.person_id%TYPE;
21: l_trans_step_id hr_api_transaction_steps.transaction_step_id%type;
22: ltt_trans_obj_vers_num hr_api_transaction_steps.object_version_number%type;
23: p_trans_rec_count INTEGER;
24: g_data_error exception;

Line 927: ln_business_group_id per_all_people_f.business_group_id%type

923: ln_txn_pay_basis_id number;
924: ln_transaction_step_id number default null;
925: ln_transaction_id number default null;
926: lv_msg_text varchar2(32000) default null;
927: ln_business_group_id per_all_people_f.business_group_id%type
928: default null;
929: -- The following defintions were copied from pepaprpo.pkb get_defaults proc
930: lv_currency VARCHAR2(15) default null;
931: lv_format_string VARCHAR2(40) default null;