DBA Data[Home] [Help]

APPS.JE_ZZ_AUDIT_AP_PKG dependencies on ZX_ACCOUNTS

Line 896: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS

892: po_vendors ven,
893: ap_invoice_payments aip,
894: ap_checks_all chk,
895: ap_invoice_distributions acctinfo,
896: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS
897: ON (accounts.TAX_ACCOUNT_ENTITY_ID =
898: nvl(zl.ACCOUNT_SOURCE_TAX_RATE_ID, zl.TAX_RATE_ID)
899: AND accounts.TAX_ACCOUNT_ENTITY_CODE = 'RATES'
900: AND accounts.INTERNAL_ORGANIZATION_ID = zl.INTERNAL_ORGANIZATION_ID

Line 1028: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS

1024: ap_invoice_distributions dis,
1025: po_vendors ven,
1026: zx_rec_nrec_dist nrec,
1027: ap_invoice_distributions acctinfo,
1028: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS
1029: ON (accounts.TAX_ACCOUNT_ENTITY_ID =
1030: nvl(zl.ACCOUNT_SOURCE_TAX_RATE_ID, zl.TAX_RATE_ID)
1031: AND accounts.TAX_ACCOUNT_ENTITY_CODE = 'RATES'
1032: AND accounts.INTERNAL_ORGANIZATION_ID = zl.INTERNAL_ORGANIZATION_ID

Line 1126: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS

1122: ap_invoice_distributions dis,
1123: po_vendors ven,
1124: zx_rec_nrec_dist nrec,
1125: ap_invoice_distributions acctinfo,
1126: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS
1127: ON (accounts.TAX_ACCOUNT_ENTITY_ID =
1128: nvl(zl.ACCOUNT_SOURCE_TAX_RATE_ID, zl.TAX_RATE_ID)
1129: AND accounts.TAX_ACCOUNT_ENTITY_CODE = 'RATES'
1130: AND accounts.INTERNAL_ORGANIZATION_ID = zl.INTERNAL_ORGANIZATION_ID

Line 1236: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS

1232: ap_invoice_distributions dis,
1233: po_vendors ven,
1234: ap_invoice_distributions pre,
1235: ap_invoice_distributions acctinfo,
1236: zx_rec_nrec_dist zl LEFT OUTER JOIN zx_accounts ACCOUNTS
1237: ON (accounts.TAX_ACCOUNT_ENTITY_ID =
1238: nvl(zl.ACCOUNT_SOURCE_TAX_RATE_ID, zl.TAX_RATE_ID)
1239: AND accounts.TAX_ACCOUNT_ENTITY_CODE = 'RATES'
1240: AND accounts.INTERNAL_ORGANIZATION_ID = zl.INTERNAL_ORGANIZATION_ID