DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_DNBUI_PVT

Line 4382: l_location_id := hz_dnbui_pvt.get_location_id(p_party_id, 'DNB');

4378: ar_cmgt_util.wf_debug(p_case_folder_id, p_error_msg);
4379: return;
4380: END;
4381: -- Get location id
4382: l_location_id := hz_dnbui_pvt.get_location_id(p_party_id, 'DNB');
4383: IF ( l_location_id IS NOT NULL )
4384: THEN
4385:
4386: populate_dnb_data(

Line 4410: l_credit_rating_id := hz_dnbui_pvt.get_max_credit_rating_id(p_party_id, 'DNB');

4406: p_source_key_column_type => 'CONTACT_POINT_TYPE');
4407: END LOOP;
4408:
4409: -- get credit ratings
4410: l_credit_rating_id := hz_dnbui_pvt.get_max_credit_rating_id(p_party_id, 'DNB');
4411:
4412: IF l_credit_rating_id IS NOT NULL
4413: THEN
4414: populate_dnb_data(

Line 4424: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'BALANCE_SHEET','DNB');

4420: );
4421: END IF;
4422: -- get financial report id for Balance Sheet
4423: l_financial_report_id :=
4424: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'BALANCE_SHEET','DNB');
4425: l_balance_sheet_id := l_financial_report_id;
4426: IF l_financial_report_id IS NOT NULL
4427: THEN
4428: populate_dnb_data(

Line 4440: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'INCOME_STATEMENT','DNB');

4436:
4437: END IF;
4438:
4439: l_financial_report_id :=
4440: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'INCOME_STATEMENT','DNB');
4441: l_income_statement_id := l_financial_report_id;
4442: IF l_financial_report_id IS NOT NULL
4443: THEN
4444: populate_dnb_data(

Line 4456: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'TANGIBLE_NET_WORTH','DNB');

4452:
4453: END IF;
4454:
4455: l_financial_report_id :=
4456: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'TANGIBLE_NET_WORTH','DNB');
4457: l_tangible_net_worth_id := l_financial_report_id;
4458:
4459: IF l_financial_report_id IS NOT NULL
4460: THEN

Line 4476: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'ANNUAL_SALES_VOLUME','DNB');

4472: -- Build all the scorable data points which is releated to Tangible_net_worth
4473:
4474:
4475: l_financial_report_id :=
4476: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'ANNUAL_SALES_VOLUME','DNB');
4477: l_annual_sales_volume_id := l_financial_report_id;
4478: IF l_financial_report_id IS NOT NULL
4479: THEN
4480: populate_dnb_data(