DBA Data[Home] [Help]

APPS.PAY_BALANCES_UPLOAD_PKG dependencies on HR_UTILITY

Line 1001: hr_utility.trace('bal cat id is: '||to_char(l_bal_cat_id));

997: --
998: open get_bal_cat_id(l_bg_id);
999: fetch get_bal_cat_id into l_bal_cat_id;
1000: close get_bal_cat_id;
1001: hr_utility.trace('bal cat id is: '||to_char(l_bal_cat_id));
1002: --
1003: -- now determine what the who columns will be
1004: --
1005: if p_owner = 'SEED' then

Line 1058: hr_utility.trace('att def id is: '||to_char(l_att_def_id));

1054: --
1055: open get_att_def_id(l_bg_id);
1056: fetch get_att_def_id into l_att_def_id;
1057: close get_att_def_id;
1058: hr_utility.trace('att def id is: '||to_char(l_att_def_id));
1059: --
1060: -- now determine what the who columns will be
1061: --
1062: if p_owner = 'SEED' then