DBA Data[Home] [Help]

APPS.ARH_DQM_PKG dependencies on ARH_DQM_CUST_HELPER

Line 1548: arh_dqm_cust_helper.car_oc_treatment(p_ctx_id => x_search_ctx_id,

1544: -- END IF;
1545:
1546: l_cur_all := p_cur_all;
1547:
1548: arh_dqm_cust_helper.car_oc_treatment(p_ctx_id => x_search_ctx_id,
1549: p_cur_all => l_cur_all,
1550: p_status => x_status);
1551:
1552:

Line 1553: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,

1549: p_cur_all => l_cur_all,
1550: p_status => x_status);
1551:
1552:
1553: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,
1554: p_cur_all => l_cur_all,
1555: p_status => x_status);
1556:
1557:

Line 1558: arh_dqm_cust_helper.ac_pty_treatment(p_ctx_id => x_search_ctx_id,

1554: p_cur_all => l_cur_all,
1555: p_status => x_status);
1556:
1557:
1558: arh_dqm_cust_helper.ac_pty_treatment(p_ctx_id => x_search_ctx_id,
1559: p_cur_all => l_cur_all,
1560: p_status => x_status);
1561:
1562: END Exec_Dqm_Api;

Line 1917: arh_dqm_cust_helper.car_oc_treatment(p_ctx_id => x_search_ctx_id,

1913: x_msg_data => x_msg_data);
1914: END LOOP;
1915: CLOSE matched_contacts;
1916: -- Treatment for CUST ACCOUNT
1917: arh_dqm_cust_helper.car_oc_treatment(p_ctx_id => x_search_ctx_id,
1918: p_cur_all => 'ALL',
1919: p_status => 'A');
1920: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,
1921: p_cur_all => 'ALL',

Line 1920: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,

1916: -- Treatment for CUST ACCOUNT
1917: arh_dqm_cust_helper.car_oc_treatment(p_ctx_id => x_search_ctx_id,
1918: p_cur_all => 'ALL',
1919: p_status => 'A');
1920: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,
1921: p_cur_all => 'ALL',
1922: p_status => 'A');
1923: arh_dqm_cust_helper.ac_pty_treatment(p_ctx_id => x_search_ctx_id,
1924: p_cur_all => 'ALL',

Line 1923: arh_dqm_cust_helper.ac_pty_treatment(p_ctx_id => x_search_ctx_id,

1919: p_status => 'A');
1920: arh_dqm_cust_helper.as_ps_treatment(p_ctx_id => x_search_ctx_id,
1921: p_cur_all => 'ALL',
1922: p_status => 'A');
1923: arh_dqm_cust_helper.ac_pty_treatment(p_ctx_id => x_search_ctx_id,
1924: p_cur_all => 'ALL',
1925: p_status => 'A');
1926:
1927: END;