DBA Data[Home] [Help]

APPS.PQH_TCT_WIZARD_PKG dependencies on FND_LOAD_UTIL

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

2674: l_created_by := 0;
2675: l_last_updated_by := 0;
2676: end if;
2677: **/
2678: l_created_by := fnd_load_util.owner_id(p_owner);
2679: l_last_updated_by := fnd_load_util.owner_id(p_owner);
2680: --
2681: /**
2682: l_creation_date := sysdate;

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

2675: l_last_updated_by := 0;
2676: end if;
2677: **/
2678: l_created_by := fnd_load_util.owner_id(p_owner);
2679: l_last_updated_by := fnd_load_util.owner_id(p_owner);
2680: --
2681: /**
2682: l_creation_date := sysdate;
2683: l_last_update_date := sysdate;