DBA Data[Home] [Help]

APPS.GMF_GET_MAPPINGS dependencies on GL_SEVT_TTL

Line 175: FROM gl_sevt_ttl

171: REM ---------------------------------------- */
172:
173: FOR Cur_subevtacct_ttl IN (
174: SELECT map_orgn_ind, acct_ttl_type
175: FROM gl_sevt_ttl
176: WHERE sub_event_type = v_sub_event_type
177: AND acct_ttl_type = v_acct_ttl_type)
178: LOOP
179:

Line 712: FROM gl_sevt_ttl

708: x_co_code sy_orgn_mst.co_code%TYPE;
709: CURSOR Cur_sevtacct_ttl IS
710: SELECT map_orgn_ind,
711: acct_ttl_type
712: FROM gl_sevt_ttl
713: WHERE sub_event_type = v_sub_event_type;
714:
715: CURSOR Cur_get_company(v_org_code VARCHAR2) IS
716: SELECT co_code