DBA Data[Home] [Help]

APPS.ORG_FREIGHT_TL_PKG dependencies on MTL_PARAMETERS

Line 697: -- Use mtl_parameters instead of mtl_organizations

693: user_id := 1;
694: end if;
695:
696: -- fix bug 1858065 for performance issue
697: -- Use mtl_parameters instead of mtl_organizations
698: select organization_id
699: into org_id
700: from mtl_parameters
701: where organization_code = X_ORGANIZATION_CODE;

Line 700: from mtl_parameters

696: -- fix bug 1858065 for performance issue
697: -- Use mtl_parameters instead of mtl_organizations
698: select organization_id
699: into org_id
700: from mtl_parameters
701: where organization_code = X_ORGANIZATION_CODE;
702:
703: org_freight_tl_pkg.Update_row(
704: X_FREIGHT_CODE => X_FREIGHT_CODE,