DBA Data[Home] [Help]

APPS.OKE_ACTION_VALIDATIONS_PKG dependencies on GL_SETS_OF_BOOKS

Line 548: FROM gl_sets_of_books gl, org_organization_definitions org

544: where organization_id = p_expenditure_organization_id );
545:
546: CURSOR c3 ( P_ID NUMBER ) IS
547: SELECT 'x'
548: FROM gl_sets_of_books gl, org_organization_definitions org
549: WHERE org.organization_id = P_ID
550: AND gl.Set_Of_Books_ID = org.Set_Of_Books_ID
551: AND gl.currency_code = p_currency_code;
552:

Line 806: FROM gl_sets_of_books gl, org_organization_definitions org

802:
803: L_Currency_Code VARCHAR2(30);
804: CURSOR c IS
805: SELECT gl.Currency_Code
806: FROM gl_sets_of_books gl, org_organization_definitions org
807: WHERE org.ORGANIZATION_ID = P_Org_ID
808: AND gl.Set_Of_Books_ID = org.Set_Of_Books_ID;
809:
810: BEGIN