DBA Data[Home] [Help]

APPS.AR_CMGT_DATA_POINTS_PKG dependencies on HZ_DNBUI_PVT

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

4527: ar_cmgt_util.wf_debug(p_case_folder_id, p_error_msg);
4528: return;
4529: END;
4530: -- Get location id
4531: l_location_id := hz_dnbui_pvt.get_location_id(p_party_id, 'DNB');
4532: IF ( l_location_id IS NOT NULL )
4533: THEN
4534:
4535: populate_dnb_data(

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

4555: p_source_key_column_type => 'CONTACT_POINT_TYPE');
4556: END LOOP;
4557:
4558: -- get credit ratings
4559: l_credit_rating_id := hz_dnbui_pvt.get_max_credit_rating_id(p_party_id, 'DNB');
4560:
4561: IF l_credit_rating_id IS NOT NULL
4562: THEN
4563: populate_dnb_data(

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

4569: );
4570: END IF;
4571: -- get financial report id for Balance Sheet
4572: l_financial_report_id :=
4573: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'BALANCE_SHEET','DNB');
4574: l_balance_sheet_id := l_financial_report_id;
4575: IF l_financial_report_id IS NOT NULL
4576: THEN
4577: populate_dnb_data(

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

4585:
4586: END IF;
4587:
4588: l_financial_report_id :=
4589: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'INCOME_STATEMENT','DNB');
4590: l_income_statement_id := l_financial_report_id;
4591: IF l_financial_report_id IS NOT NULL
4592: THEN
4593: populate_dnb_data(

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

4601:
4602: END IF;
4603:
4604: l_financial_report_id :=
4605: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'TANGIBLE_NET_WORTH','DNB');
4606: l_tangible_net_worth_id := l_financial_report_id;
4607:
4608: IF l_financial_report_id IS NOT NULL
4609: THEN

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

4621: -- Build all the scorable data points which is releated to Tangible_net_worth
4622:
4623:
4624: l_financial_report_id :=
4625: hz_dnbui_pvt.get_max_financial_report_id(p_party_id,'ANNUAL_SALES_VOLUME','DNB');
4626: l_annual_sales_volume_id := l_financial_report_id;
4627: IF l_financial_report_id IS NOT NULL
4628: THEN
4629: populate_dnb_data(