DBA Data[Home] [Help]

APPS.OCM_GET_EXTRL_DECSN_PUB dependencies on AR_CMGT_DATA_POINTS_B

Line 30: l_data_point_code ar_cmgt_data_points_b.data_point_code%type;

26: l_party_id ar_cmgt_case_folders.party_id%type;
27: l_cust_account_id ar_cmgt_case_folders.cust_account_id%type;
28: l_site_use_id ar_cmgt_case_folders.site_use_id%type;
29: l_score_model_id ar_cmgt_case_folders.score_model_id%type;
30: l_data_point_code ar_cmgt_data_points_b.data_point_code%type;
31: BEGIN
32: /* The following validation will be placed into the procedure
33: 1. If Score Model Id is passed then it must match with the case folder
34: score_model_id and conatin the External Score data points.