DBA Data[Home] [Help]

APPS.INL_INTEGRATION_GRP dependencies on INL_PARAMETERS

Line 792: FROM inl_parameters ipa

788:
789: BEGIN
790: SELECT nvl(user_defined_ship_num_code,'AUTOMATIC') --Bug#8971617
791: INTO l_user_defined_ship_num_code
792: FROM inl_parameters ipa
793: WHERE ipa.organization_id = l_ship_to_org_id;
794: EXCEPTION
795: -- Bug #8418356
796: -- Check whether the current organization has

Line 3182: FROM inl_parameters ipa

3178:
3179: BEGIN
3180: SELECT NVL(user_defined_ship_num_code,'AUTOMATIC')
3181: INTO l_user_defined_ship_num_code
3182: FROM inl_parameters ipa
3183: WHERE ipa.organization_id = l_ship_to_organization_id;
3184: EXCEPTION
3185: -- Check whether the current organization has
3186: -- been defined in LCM Parameters.