DBA Data[Home] [Help]

APPS.PA_PAXPCIFS_XMLP_PKG dependencies on PA_IMPLEMENTATIONS

Line 118: FROM gl_sets_of_books gl,pa_implementations pi

114:
115: BEGIN
116: SELECT gl.name, gl.currency_code
117: INTO l_name, l_currency
118: FROM gl_sets_of_books gl,pa_implementations pi
119: WHERE gl.set_of_books_id = pi.set_of_books_id;
120:
121: c_company_name_header := l_name;
122: c_currency := l_currency;

Line 141: pa_implementations;

137: decode(p_start_organization_id,null, start_organization_id,p_start_organization_id)
138: into
139: c_start_organization_id
140: from
141: pa_implementations;
142: insert
143: into
144: pa_org_reporting_sessions
145: (start_organization_id,session_id)