DBA Data[Home] [Help]

APPS.WSH_PR_PICKING_ROWS dependencies on WSH_PR_CUSTOM

Line 977: custom_line := WSH_PR_CUSTOM.PROCESS_LINES;

973: END IF;
974:
975: WSH_UTIL.Write_Log('Fetching Customer specified lines');
976:
977: custom_line := WSH_PR_CUSTOM.PROCESS_LINES;
978:
979: IF ( custom_line >1 ) THEN
980: MAX_LINES := custom_line + 2 ;
981: END IF ;