DBA Data[Home] [Help]

APPS.MSC_CL_GMP_UTILITY dependencies on MSC_CL_PULL

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

18940: INTO l_aps_compatible FROM DUAL ;
18941:
18942: IF l_aps_compatible = 1 THEN
18943:
18944: /*sql_stmt := 'SELECT MSC_CL_PULL.get_org_str(' || instance_id || ') FROM dual ' ;
18945: OPEN c_str FOR sql_stmt ;
18946: FETCH c_str INTO org_str ;
18947: log_message(' String From APS : ' || org_str);
18948: CLOSE c_str ;*/

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

18946: FETCH c_str INTO org_str ;
18947: log_message(' String From APS : ' || org_str);
18948: CLOSE c_str ;*/
18949:
18950: org_str := MSC_CL_PULL.get_org_str(instance_id); /* Bug # 5086464 Commented the code above and added this line */
18951:
18952: -- org_str := 'IN (1381,1382)' ;
18953: in_position := instr(org_str,'IN');
18954: