DBA Data[Home] [Help]

APPS.AHL_OSP_COST_PVT dependencies on GL_SETS_OF_BOOKS

Line 72: GL_SETS_OF_BOOKS GSOB

68:
69: CURSOR currency_code_csr(p_org_id IN NUMBER) IS
70: select currency_code
71: from cst_acct_info_v COD,
72: GL_SETS_OF_BOOKS GSOB
73: where COD.Organization_Id = p_org_id
74: AND LEDGER_ID = GSOB.SET_OF_BOOKS_ID
75: AND NVL(operating_unit, mo_global.get_current_org_id())= mo_global.get_current_org_id();
76:

Line 78: l_ou_currency_code gl_sets_of_books.currency_code%type := null;

74: AND LEDGER_ID = GSOB.SET_OF_BOOKS_ID
75: AND NVL(operating_unit, mo_global.get_current_org_id())= mo_global.get_current_org_id();
76:
77: l_po_currency_code po_headers.currency_code%type := null;
78: l_ou_currency_code gl_sets_of_books.currency_code%type := null;
79:
80: /* commented out since workorder org should be the same as osp line org
81:
82: CURSOR get_wo_org_id_csr IS