DBA Data[Home] [Help]

APPS.ZX_TCM_GET_EXEMPT_PKG dependencies on ZX_GLOBAL_STRUCTURES_PKG

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

526: IF x_exemption_rec.exemption_id IS NULL THEN
527: IF p_exempt_control_flag = 'E' THEN
528:
529: IF p_event_class_rec.ledger_id is null THEN
530: IF zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID.exists(1) THEN
531: SELECT set_of_books_id
532: INTO l_ledger_id
533: FROM ar_system_parameters_all
534: WHERE org_id = zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID(1);

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

530: IF zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID.exists(1) THEN
531: SELECT set_of_books_id
532: INTO l_ledger_id
533: FROM ar_system_parameters_all
534: WHERE org_id = zx_global_structures_pkg.trx_line_dist_tbl.INTERNAL_ORGANIZATION_ID(1);
535: ELSIF p_event_class_rec.internal_organization_id is not null THEN
536: SELECT set_of_books_id
537: INTO l_ledger_id
538: FROM ar_system_parameters_all