DBA Data[Home] [Help]

APPS.HXC_LOCKER_TYPES_UPLOAD_PKG dependencies on FND_LOAD_UTIL

Line 19: , fnd_load_util.owner_name(NVL(last_updated_by,-1))

15: BEGIN
16:
17: BEGIN
18: SELECT locker_type_id
19: , fnd_load_util.owner_name(NVL(last_updated_by,-1))
20: , locker_type
21: , process_type
22:
23: INTO l_locker_type_id

Line 73: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);

69: l_last_update_date_f hxc_locker_types.last_update_date%TYPE;
70: BEGIN
71:
72: BEGIN
73: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
74: l_last_update_date_f := nvl(to_date(p_last_update_date, 'YYYY/MM/DD'), sysdate);
75: SELECT locker_type_id
76:
77: , locker_type

Line 94: IF (fnd_load_util.upload_test( l_last_updated_by_f,

90: WHERE lot.process_type = p_process_type
91: AND lot.locker_type = p_locker_type;
92:
93:
94: IF (fnd_load_util.upload_test( l_last_updated_by_f,
95: l_last_update_date_f,
96: l_last_updated_by_db,
97: l_last_update_date_db ,
98: p_custom_mode))