DBA Data[Home] [Help]

APPS.JAI_CMN_RGM_RECORDING_PKG dependencies on MTL_PARAMETERS

Line 894: lv_organization_code mtl_parameters.organization_code%TYPE;

890: lv_source_name VARCHAR2(30); -- modified by csahoo for bug#6155839
891: /*Begin-Added the following by kunkumar for forward porting 5051541 to R12*/
892:
893:
894: lv_organization_code mtl_parameters.organization_code%TYPE;
895:
896: CURSOR c_organization_code(cp_organization_id IN NUMBER)
897: IS
898: SELECT organization_code

Line 899: FROM mtl_parameters

895:
896: CURSOR c_organization_code(cp_organization_id IN NUMBER)
897: IS
898: SELECT organization_code
899: FROM mtl_parameters
900: WHERE organization_id = cp_organization_id;
901:
902: -- added, ssumaith for Bug 6664855
903: