DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on FND_LOAD_UTIL

Line 2699: l_created_by := fnd_load_util.owner_id(p_owner);

2695: l_created_by := 0;
2696: l_last_updated_by := 0;
2697: end if;
2698: **/
2699: l_created_by := fnd_load_util.owner_id(p_owner);
2700: l_last_updated_by := fnd_load_util.owner_id(p_owner);
2701: --
2702: /**
2703: l_creation_date := sysdate;

Line 2700: l_last_updated_by := fnd_load_util.owner_id(p_owner);

2696: l_last_updated_by := 0;
2697: end if;
2698: **/
2699: l_created_by := fnd_load_util.owner_id(p_owner);
2700: l_last_updated_by := fnd_load_util.owner_id(p_owner);
2701: --
2702: /**
2703: l_creation_date := sysdate;
2704: l_last_update_date := sysdate;