DBA Data[Home] [Help]

APPS.BOM_ALTERNATE_DESIGNATORS_PKG dependencies on FND_LOAD_UTIL

Line 1498: IF ( FND_LOAD_UTIL.UPLOAD_TEST(p_last_updated_by, p_last_update_date, db_luby, db_ludate, p_custom_mode) )

1494: AND ( bad.ORGANIZATION_ID = p_organization_id
1495: or (bad.organization_id is null and p_organization_id is null));
1496:
1497: -- Test for customization and version
1498: IF ( FND_LOAD_UTIL.UPLOAD_TEST(p_last_updated_by, p_last_update_date, db_luby, db_ludate, p_custom_mode) )
1499: THEN
1500: -- When is_preferred is set for current structure name and there exists another preferred structure name already
1501: -- then reset that value.
1502: IF (p_is_preferred = 'Y' )

Line 1576: END IF; -- end of IF FND_LOAD_UTIL

1572: )
1573: AND ORGANIZATION_ID = p_organization_id
1574: AND userenv('LANG') IN (LANGUAGE, SOURCE_LANG);
1575:
1576: END IF; -- end of IF FND_LOAD_UTIL
1577:
1578: EXCEPTION
1579: WHEN NO_DATA_FOUND THEN
1580: -- Record doesn't exist - insert in all cases

Line 1749: IF ( FND_LOAD_UTIL.UPLOAD_TEST(p_last_updated_by, p_last_update_date, db_luby, db_ludate, p_custom_mode) )

1745: )
1746: AND badtl.ORGANIZATION_ID = p_organization_id;
1747:
1748: -- Test for customization and version
1749: IF ( FND_LOAD_UTIL.UPLOAD_TEST(p_last_updated_by, p_last_update_date, db_luby, db_ludate, p_custom_mode) )
1750: THEN
1751: -- Update translations for this language
1752: UPDATE BOM_ALTERNATE_DESIGNATORS_TL
1753: SET

Line 1775: END IF; -- end of IF FND_LOAD_UTIL

1771: )
1772: )
1773: AND ORGANIZATION_ID = p_organization_id;
1774:
1775: END IF; -- end of IF FND_LOAD_UTIL
1776:
1777: EXCEPTION
1778: WHEN NO_DATA_FOUND THEN
1779: -- Do not insert missing translations, skip this row