DBA Data[Home] [Help]

APPS.PA_PAXINGEN_XMLP_PKG dependencies on PA_IMPLEMENTATIONS

Line 82: from pa_implementations;

78:
79:
80:
81: select start_organization_id into p_start_organization_id
82: from pa_implementations;
83:
84: exception
85: when no_data_found then
86: null;

Line 334: FROM gl_sets_of_books gl,pa_implementations pi

330: BEGIN
331: begin
332: SELECT gl.name
333: INTO l_name
334: FROM gl_sets_of_books gl,pa_implementations pi
335: WHERE gl.set_of_books_id = pi.set_of_books_id;
336:
337: c_company_name_header := l_name;
338:

Line 369: from pa_implementations;

365: select
366: decode(p_start_organization_id,null,
367: start_organization_id,p_start_organization_id)
368: into C_start_organization_id
369: from pa_implementations;
370: exception
371: when no_data_found then
372: null;
373: when others then