DBA Data[Home] [Help]

APPS.PSB_WS_POS3 dependencies on GL_SETS_OF_BOOKS

Line 579: from GL_SETS_OF_BOOKS

575: and parameter_type = 'ELEMENT';
576:
577: cursor c_SOB is
578: select chart_of_accounts_id
579: from GL_SETS_OF_BOOKS
580: where set_of_books_id = l_set_of_books_id;
581:
582: BEGIN
583:

Line 2155: from GL_SETS_OF_BOOKS

2151: and b.budget_group_id = a.budget_group_id;
2152:
2153: cursor c_SOB is
2154: select chart_of_accounts_id
2155: from GL_SETS_OF_BOOKS
2156: where set_of_books_id = l_set_of_books_id;
2157:
2158: cursor c_ParamName is
2159: select name from PSB_ENTITY where entity_id = p_parameter_id;