DBA Data[Home] [Help]

APPS.CSD_BULK_RECEIVE_PVT dependencies on STANDARD

Line 146: -- Used for standard concurrent program parameter 'retcode' value

142: and enabled_flag = 'Y'
143: and trunc(sysdate) between trunc(nvl(start_date_active,sysdate))
144: and trunc(nvl(end_date_active,sysdate));
145:
146: -- Used for standard concurrent program parameter 'retcode' value
147: c_success CONSTANT NUMBER := 0;
148: c_warning CONSTANT NUMBER := 1;
149: c_error CONSTANT NUMBER := 2;
150: