[Home] [Help]
1152:
1153: -- Get preparer_id
1154: CURSOR employee_id_cur IS
1155: SELECT employee_id
1156: FROM fnd_user
1157: WHERE user_id = l_user_id;
1158:
1159: -- Get site_use_id for the inventory location id
1160: CURSOR cust_site_cur IS
2896:
2897: -- Get preparer_id
2898: CURSOR employee_id_cur IS
2899: SELECT employee_id
2900: FROM fnd_user
2901: WHERE user_id = l_user_id;
2902:
2903: BEGIN
2904: