DBA Data[Home] [Help]

APPS.MSC_CL_GMP_UTILITY dependencies on MSC_CL_PULL

Line 18068: /*sql_stmt := 'SELECT MSC_CL_PULL.get_org_str(' || instance_id || ') FROM dual ' ;

18064: INTO l_aps_compatible FROM DUAL ;
18065:
18066: IF l_aps_compatible = 1 THEN
18067:
18068: /*sql_stmt := 'SELECT MSC_CL_PULL.get_org_str(' || instance_id || ') FROM dual ' ;
18069: OPEN c_str FOR sql_stmt ;
18070: FETCH c_str INTO org_str ;
18071: log_message(' String From APS : ' || org_str);
18072: CLOSE c_str ;*/

Line 18074: org_str := MSC_CL_PULL.get_org_str(instance_id); /* Bug # 5086464 Commented the code above and added this line */

18070: FETCH c_str INTO org_str ;
18071: log_message(' String From APS : ' || org_str);
18072: CLOSE c_str ;*/
18073:
18074: org_str := MSC_CL_PULL.get_org_str(instance_id); /* Bug # 5086464 Commented the code above and added this line */
18075:
18076: -- org_str := 'IN (1381,1382)' ;
18077: in_position := instr(org_str,'IN');
18078: