DBA Data[Home] [Help]

APPS.ZX_TCM_GET_EXEMPT_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG

Line 868: IF zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID.exists(1) THEN

864: IF x_exemption_rec.exemption_id IS NULL THEN
865: IF p_exempt_control_flag = 'E' THEN
866:
867: IF p_event_class_rec.ledger_id is null THEN
868: IF zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID.exists(1) THEN
869: SELECT set_of_books_id
870: INTO l_ledger_id
871: FROM ar_system_parameters_all
872: WHERE org_id = zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID(1);

Line 872: WHERE org_id = zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID(1);

868: IF zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID.exists(1) THEN
869: SELECT set_of_books_id
870: INTO l_ledger_id
871: FROM ar_system_parameters_all
872: WHERE org_id = zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID(1);
873: ELSIF p_event_class_rec.internal_organization_id is not null THEN
874: SELECT set_of_books_id
875: INTO l_ledger_id
876: FROM ar_system_parameters_all