DBA Data[Home] [Help]

APPS.CN_QUOTA_PAY_ELEMENTS_PVT dependencies on CN_PAY_ELEMENT_INPUTS

Line 50: from cn_pay_element_inputs

46: begin
47: select 1 into l_found FROM dual
48: where not exists
49: ( select 1
50: from cn_pay_element_inputs
51: where quota_pay_element_id = p_quota_pay_element_id);
52: return 0;
53: exception
54: when no_data_found THEN