DBA Data[Home] [Help]

APPS.MSDWF dependencies on EPS_EXPRESS_LIST_T

Line 87: AS EPS_express_list_t)

83: ,NULL
84: ,NULL
85: ,NULL
86: ,NULL)
87: AS EPS_express_list_t)
88: from DUAL);
89: if ActRetCode = 'Y' then
90: resultout :='COMPLETE:Y';
91: end if;

Line 329: AS EPS_express_list_t)

325: ,NULL
326: ,NULL
327: ,NULL
328: ,NULL)
329: AS EPS_express_list_t)
330: from DUAL);
331: if ActRetCode = 'Y' then
332: resultout :='COMPLETE:Y';
333: end if;

Line 414: AS EPS_express_list_t)

410: ,NULL
411: ,NULL
412: ,NULL
413: ,NULL)
414: AS EPS_express_list_t)
415: from DUAL);
416: -- This is the end. We are out.
417: -- I need Y/N/DONE as possible return values.
418: if ActRetCode = 'DONE' then