DBA Data[Home] [Help]

APPS.IEX_BUS_EVENT_SUB_PVT dependencies on IEX_DLN_UWQ_SUMMARY

Line 1048: UPDATE iex_dln_uwq_summary

1044: l_org_id)
1045: LOOP
1046: --Synchronize ar and iex summary tables
1047:
1048: UPDATE iex_dln_uwq_summary
1049: SET
1050: OP_INVOICES_COUNT = upd_billto.OP_INVOICES_COUNT,
1051: OP_DEBIT_MEMOS_COUNT = upd_billto.OP_DEBIT_MEMOS_COUNT,
1052: OP_DEPOSITS_COUNT = upd_billto.OP_DEPOSITS_COUNT,

Line 1088: UPDATE iex_dln_uwq_summary

1084: (l_ps_tab(j).customer_id,l_org_id)
1085: LOOP
1086: --Synchronize ar and iex summary tables
1087:
1088: UPDATE iex_dln_uwq_summary
1089: SET
1090: OP_INVOICES_COUNT = upd_acc.OP_INVOICES_COUNT,
1091: OP_DEBIT_MEMOS_COUNT = upd_acc.OP_DEBIT_MEMOS_COUNT,
1092: OP_DEPOSITS_COUNT = upd_acc.OP_DEPOSITS_COUNT,

Line 1127: UPDATE iex_dln_uwq_summary

1123: (l_ps_tab(j).customer_id,l_org_id)
1124: LOOP
1125: --Synchronize ar and iex summary tables
1126:
1127: UPDATE iex_dln_uwq_summary
1128: SET
1129: OP_INVOICES_COUNT = upd_cu.OP_INVOICES_COUNT,
1130: OP_DEBIT_MEMOS_COUNT = upd_cu.OP_DEBIT_MEMOS_COUNT,
1131: OP_DEPOSITS_COUNT = upd_cu.OP_DEPOSITS_COUNT,