DBA Data[Home] [Help]

APPS.CSTPACDP dependencies on GL_SETS_OF_BOOKS

Line 306: from gl_sets_of_books

302: l_stmt_num := 30;
303:
304: select currency_code
305: into l_pri_curr
306: from gl_sets_of_books
307: where set_of_books_id = l_sob_id;
308:
309: if (l_alt_curr is not NULL and l_conv_rate = -1) then
310: if (l_alt_curr <> l_pri_curr) then

Line 6088: gl_sets_of_books gsb

6084: into l_ce_round_cost
6085: from mtl_cst_actual_cost_details cacd,
6086: cst_organization_definitions cod,
6087: fnd_currencies c1,
6088: gl_sets_of_books gsb
6089: where cacd.transaction_id = i_txn_id
6090: and cacd.organization_id = i_org_id
6091: and c1.currency_code = gsb.currency_code
6092: and gsb.set_of_books_id = cod.set_of_books_id

Line 7309: FROM cst_organization_definitions cod, gl_sets_of_books sob

7305: +----------------------------------------------------------------------*/
7306: l_stmt_num := 140;
7307: select cod.set_of_books_id, sob.currency_code
7308: INTO sob_id, pri_curr
7309: FROM cst_organization_definitions cod, gl_sets_of_books sob
7310: WHERE cod.organization_id = org_id
7311: AND sob.set_of_books_id = cod.set_of_books_id;
7312:
7313: