DBA Data[Home] [Help]

APPS.PATC dependencies on STANDARD

Line 1027: /* Bug 6053374: If condition introduced. No error should be thrown in this case, for a Standard Invoice.*/

1023: end if ;
1024:
1025: Exception
1026: WHEN NO_DATA_FOUND THEN
1027: /* Bug 6053374: If condition introduced. No error should be thrown in this case, for a Standard Invoice.*/
1028: IF p_sys_link_function = 'VI' THEN
1029: null;
1030: ELSE
1031: /* Raise ; Commented for bug 5151539 */