DBA Data[Home] [Help]

APPS.IGC_CC_REP_YEP_PVT dependencies on GL_SETS_OF_BOOKS

Line 3852: l_currency_code gl_sets_of_books.currency_code%TYPE;

3848: p_msg_count OUT NOCOPY NUMBER,
3849: p_usr_msg OUT NOCOPY VARCHAR2
3850: ) RETURN BOOLEAN
3851: IS
3852: l_currency_code gl_sets_of_books.currency_code%TYPE;
3853: l_enable_budg_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE;
3854: l_cc_bc_enable_flag igc_cc_bc_enable.cc_bc_enable_flag%TYPE;
3855: /*Bug No : 6341012. SLA Uptake. Encumbrance Types are not required*/
3856: -- l_req_encumbrance_type_id financials_system_params_all.req_encumbrance_type_id%TYPE;

Line 3853: l_enable_budg_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE;

3849: p_usr_msg OUT NOCOPY VARCHAR2
3850: ) RETURN BOOLEAN
3851: IS
3852: l_currency_code gl_sets_of_books.currency_code%TYPE;
3853: l_enable_budg_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE;
3854: l_cc_bc_enable_flag igc_cc_bc_enable.cc_bc_enable_flag%TYPE;
3855: /*Bug No : 6341012. SLA Uptake. Encumbrance Types are not required*/
3856: -- l_req_encumbrance_type_id financials_system_params_all.req_encumbrance_type_id%TYPE;
3857: -- l_purch_encumbrance_type_id financials_system_params_all.purch_encumbrance_type_id%TYPE;

Line 3907: FROM gl_sets_of_books

3903: BEGIN
3904:
3905: SELECT NVL(enable_budgetary_control_flag,'N'),currency_code
3906: INTO l_enable_budg_control_flag,l_currency_code
3907: FROM gl_sets_of_books
3908: WHERE set_of_books_id = p_sob_id;
3909:
3910: EXCEPTION
3911: