DBA Data[Home] [Help]

APPS.IGC_CBC_GL_FC_PKG dependencies on STANDARD

Line 504: IF l_document_subtype NOT IN ('STANDARD','PLANNED')

500: l_document_type := 'PO';
501: OPEN c_po_det(l_document_id);
502: FETCH c_po_det INTO l_document_subtype;
503: CLOSE c_po_det;
504: IF l_document_subtype NOT IN ('STANDARD','PLANNED')
505: THEN
506: l_process_record := 'N';
507: l_return := 1;
508: END IF ;

Line 822: processes even if the Standard budget funds check fails.

818: a chance to reconcile with the GL funds check result. It will be used to
819: rollback the CBC journals which might have already been created in case GL
820: funds check has failed.
821: If we dont rollback the CBC journals,they get committed by the PO
822: processes even if the Standard budget funds check fails.
823: ------------------------------------------------------------------------ */
824:
825: FUNCTION RECONCILE_GLZCBC
826: (