DBA Data[Home] [Help]

APPS.OKL_PERIOD_SWEEP_PVT dependencies on OKL_REPRESENTATIONS_V

Line 245: FROM okl_representations_v

241:
242: --rkuttiya added for MUltiGAAP Project
243: CURSOR c_ledger_id(p_representation_code IN VARCHAR2) IS
244: SELECT ledger_id
245: FROM okl_representations_v
246: WHERE representation_code = p_representation_code;
247:
248: BEGIN
249: p_retcode:=1;

Line 447: FROM okl_representations_v

443:
444: CURSOR c_ledger_id(p_representation_code IN VARCHAR2)
445: IS
446: SELECT ledger_id
447: FROM okl_representations_v
448: WHERE representation_code = p_representation_code;
449:
450: CURSOR c_representation_code(p_representation_type IN VARCHAR2)
451: IS

Line 453: FROM okl_representations_v

449:
450: CURSOR c_representation_code(p_representation_type IN VARCHAR2)
451: IS
452: SELECT representation_code
453: FROM okl_representations_v
454: WHERE representation_type = p_representation_type;
455:
456: l_representation_code VARCHAR2(20);
457: l_ledger_id NUMBER;