DBA Data[Home] [Help]

APPS.HXC_LAYOUTS_UPLOAD_PKG dependencies on FND_LOAD_UTIL

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

1026: AND userenv('LANG') IN (LANGUAGE, source_lang));
1027: BEGIN
1028: --
1029: g_debug :=hr_utility.debug_enabled;
1030: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1031: l_last_update_date_f :=
1032: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1033: if g_debug then
1034: hr_utility.set_location('Entering Load Layout Row ', 10);

Line 1106: IF (fnd_load_util.upload_test(

1102: FETCH c_display_name INTO l_dummy;
1103: CLOSE c_display_name;
1104:
1105: --
1106: IF (fnd_load_util.upload_test(
1107: l_last_updated_by_f,
1108: l_last_update_date_f,
1109: l_last_updated_by_db,
1110: l_last_update_date_db,

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

1200: BEGIN
1201: --
1202: -- Find the Layout id
1203: --
1204: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1205: l_last_update_date_f :=
1206: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1207: l_layout_id := find_layout_id(p_layout_name => p_layout_name);
1208:

Line 1232: IF ( fnd_load_util.upload_test(

1228: WHERE layout_id = l_layout_id
1229: AND display_layout_name <> p_display_layout_name --added
1230: AND userenv('LANG') = LANGUAGE;
1231:
1232: IF ( fnd_load_util.upload_test(
1233: l_last_updated_by_f,
1234: l_last_update_date_f,
1235: l_last_updated_by_db,
1236: l_last_update_date_db,

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

1304:
1305: --
1306: BEGIN
1307: --
1308: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1309: l_last_update_date_f :=
1310: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1311: OPEN c_comp_def;
1312: FETCH c_comp_def INTO l_layout_comp_definition_id,

Line 1334: IF (fnd_load_util.upload_test(

1330:
1331: CLOSE c_force_ok;
1332:
1333: --
1334: IF (fnd_load_util.upload_test(
1335: l_last_updated_by_f,
1336: l_last_update_date_f,
1337: l_last_updated_by_db,
1338: l_last_update_date_db,

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

1425: l_last_updated_by_f NUMBER(15);
1426: l_last_update_date_f DATE;
1427: BEGIN
1428: --
1429: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1430: l_last_update_date_f :=
1431: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1432: glb_debug := glb_debug || ' ' || p_component_name;
1433: --

Line 1486: IF (fnd_load_util.upload_test(

1482: AND comp.layout_id = lay.layout_id
1483: AND layout_name = p_layout_name;
1484:
1485: --
1486: IF (fnd_load_util.upload_test(
1487: l_last_updated_by_f,
1488: l_last_update_date_f,
1489: l_last_updated_by_db,
1490: l_last_update_date_db,

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

1603: BEGIN
1604: --
1605: -- Find the component ID
1606: --
1607: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1608: l_last_update_date_f :=
1609: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1610: l_layout_component_id :=
1611: find_component_id(

Line 1642: IF (fnd_load_util.upload_test(

1638: WHERE lcp.prompt_alias = p_prompt_alias
1639: AND lcp.prompt_type = p_prompt_type
1640: AND lcp.layout_component_id = l_layout_component_id;
1641:
1642: IF (fnd_load_util.upload_test(
1643: l_last_updated_by_f,
1644: l_last_update_date_f,
1645: l_last_updated_by_db,
1646: l_last_update_date_db,

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

1755: l_last_updated_by_f NUMBER(15);
1756: l_last_update_date_f DATE;
1757: BEGIN
1758: --
1759: l_last_updated_by_f := fnd_load_util.owner_id(p_owner);
1760: l_last_update_date_f :=
1761: nvl(TO_DATE(p_last_update_date, 'YYYY/MM/DD'), sysdate);
1762: -- Find the component ID
1763: --

Line 1784: IF (fnd_load_util.upload_test(

1780: FROM hxc_layout_comp_qualifiers
1781: WHERE qualifier_name = p_qualifier_name
1782: AND layout_component_id = l_layout_component_id;
1783:
1784: IF (fnd_load_util.upload_test(
1785: l_last_updated_by_f,
1786: l_last_update_date_f,
1787: l_last_updated_by_db,
1788: l_last_update_date_db,