DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHOD_API dependencies on FND_MESSAGE

Line 593: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

589: open csr_territory_code(p_payment_type_id,p_business_group_id);
590: fetch csr_territory_code into l_territory_code;
591: if (csr_territory_code%notfound) then
592: close csr_territory_code;
593: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
594: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
595: fnd_message.raise_error;
596: end if;
597: close csr_territory_code;

Line 594: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');

590: fetch csr_territory_code into l_territory_code;
591: if (csr_territory_code%notfound) then
592: close csr_territory_code;
593: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
594: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
595: fnd_message.raise_error;
596: end if;
597: close csr_territory_code;
598: --

Line 595: fnd_message.raise_error;

591: if (csr_territory_code%notfound) then
592: close csr_territory_code;
593: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
594: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
595: fnd_message.raise_error;
596: end if;
597: close csr_territory_code;
598: --
599: hr_utility.set_location(l_proc, 30);

Line 625: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

621: open csr_pmeth_category(p_payment_type_id);
622: fetch csr_pmeth_category into l_PMETH_INFORMATION_CATEGORY;
623: if (csr_pmeth_category%notfound) then
624: close csr_pmeth_category;
625: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
626: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
627: fnd_message.raise_error;
628: end if;
629: close csr_pmeth_category;

Line 626: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');

622: fetch csr_pmeth_category into l_PMETH_INFORMATION_CATEGORY;
623: if (csr_pmeth_category%notfound) then
624: close csr_pmeth_category;
625: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
626: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
627: fnd_message.raise_error;
628: end if;
629: close csr_pmeth_category;
630: END IF;

Line 627: fnd_message.raise_error;

623: if (csr_pmeth_category%notfound) then
624: close csr_pmeth_category;
625: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
626: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
627: fnd_message.raise_error;
628: end if;
629: close csr_pmeth_category;
630: END IF;
631: --

Line 638: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

634: open csr_currency_code(p_payment_type_id);
635: fetch csr_currency_code into l_currency_code;
636: if (csr_currency_code%notfound) then
637: close csr_currency_code;
638: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
639: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
640: fnd_message.raise_error;
641: end if;
642: close csr_currency_code;

Line 639: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');

635: fetch csr_currency_code into l_currency_code;
636: if (csr_currency_code%notfound) then
637: close csr_currency_code;
638: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
639: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
640: fnd_message.raise_error;
641: end if;
642: close csr_currency_code;
643: if (p_currency_code is not null) then

Line 640: fnd_message.raise_error;

636: if (csr_currency_code%notfound) then
637: close csr_currency_code;
638: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
639: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
640: fnd_message.raise_error;
641: end if;
642: close csr_currency_code;
643: if (p_currency_code is not null) then
644: l_currency_code := p_currency_code;

Line 742: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

738: open csr_chart_of_accounts_id(l_set_of_books_id);
739: fetch csr_chart_of_accounts_id into l_key_flex_id;
740: if (csr_chart_of_accounts_id%notfound and l_set_of_books_id<>0) then
741: close csr_chart_of_accounts_id;
742: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
743: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
744: fnd_message.raise_error;
745: end if;
746: close csr_chart_of_accounts_id;

Line 743: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');

739: fetch csr_chart_of_accounts_id into l_key_flex_id;
740: if (csr_chart_of_accounts_id%notfound and l_set_of_books_id<>0) then
741: close csr_chart_of_accounts_id;
742: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
743: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
744: fnd_message.raise_error;
745: end if;
746: close csr_chart_of_accounts_id;
747: --

Line 744: fnd_message.raise_error;

740: if (csr_chart_of_accounts_id%notfound and l_set_of_books_id<>0) then
741: close csr_chart_of_accounts_id;
742: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
743: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
744: fnd_message.raise_error;
745: end if;
746: close csr_chart_of_accounts_id;
747: --
748: if l_key_flex_id is not null then

Line 1059: fnd_message.set_name('PAY', 'PAY_52982_NO_PAY_METH_DEFINED');

1055: open csr_def_balance(p_business_group_id);
1056: fetch csr_def_balance into l_defined_balance_id;
1057: if (csr_def_balance%notfound) then
1058: close csr_def_balance;
1059: fnd_message.set_name('PAY', 'PAY_52982_NO_PAY_METH_DEFINED');
1060: fnd_message.raise_error;
1061: end if;
1062: close csr_def_balance;
1063: end if;

Line 1060: fnd_message.raise_error;

1056: fetch csr_def_balance into l_defined_balance_id;
1057: if (csr_def_balance%notfound) then
1058: close csr_def_balance;
1059: fnd_message.set_name('PAY', 'PAY_52982_NO_PAY_METH_DEFINED');
1060: fnd_message.raise_error;
1061: end if;
1062: close csr_def_balance;
1063: end if;
1064:

Line 1183: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');

1179: if (l_cstclr_flag = 'Y') and (l_gl_cash_ac_id is null or
1180: l_gl_cash_clearing_ac_id is null or
1181: l_gl_control_ac_id is null or
1182: l_gl_error_ac_id is null) then
1183: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
1184: fnd_message.raise_error;
1185: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
1186: l_gl_cash_clearing_ac_id is null) then
1187: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');

Line 1184: fnd_message.raise_error;

1180: l_gl_cash_clearing_ac_id is null or
1181: l_gl_control_ac_id is null or
1182: l_gl_error_ac_id is null) then
1183: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
1184: fnd_message.raise_error;
1185: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
1186: l_gl_cash_clearing_ac_id is null) then
1187: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
1188: fnd_message.raise_error;

Line 1187: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');

1183: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
1184: fnd_message.raise_error;
1185: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
1186: l_gl_cash_clearing_ac_id is null) then
1187: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
1188: fnd_message.raise_error;
1189: end if;
1190: --
1191: --

Line 1188: fnd_message.raise_error;

1184: fnd_message.raise_error;
1185: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
1186: l_gl_cash_clearing_ac_id is null) then
1187: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
1188: fnd_message.raise_error;
1189: end if;
1190: --
1191: --
1192: -- Updating the ap_bank_accounts_all

Line 1889: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

1885: open csr_pmeth_category(P_ORG_PAYMENT_METHOD_ID);
1886: fetch csr_pmeth_category into l_PMETH_INFORMATION_CATEGORY;
1887: if (csr_pmeth_category%notfound) then
1888: close csr_pmeth_category;
1889: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
1890: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
1891: fnd_message.raise_error;
1892: end if;
1893: close csr_pmeth_category;

Line 1890: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');

1886: fetch csr_pmeth_category into l_PMETH_INFORMATION_CATEGORY;
1887: if (csr_pmeth_category%notfound) then
1888: close csr_pmeth_category;
1889: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
1890: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
1891: fnd_message.raise_error;
1892: end if;
1893: close csr_pmeth_category;
1894: END IF;

Line 1891: fnd_message.raise_error;

1887: if (csr_pmeth_category%notfound) then
1888: close csr_pmeth_category;
1889: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
1890: fnd_message.set_token('COLUMN_NAME', 'PMETH_INFORMATION_CATEGORY');
1891: fnd_message.raise_error;
1892: end if;
1893: close csr_pmeth_category;
1894: END IF;
1895: --

Line 2190: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2186: fetch csr_business_group_id into l_business_group_id;
2187: if (csr_business_group_id%notfound) then
2188: --
2189: close csr_business_group_id;
2190: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2191: fnd_message.set_token('COLUMN_NAME', 'BUSINESS_GROUP_ID');
2192: fnd_message.raise_error;
2193: --
2194: end if;

Line 2191: fnd_message.set_token('COLUMN_NAME', 'BUSINESS_GROUP_ID');

2187: if (csr_business_group_id%notfound) then
2188: --
2189: close csr_business_group_id;
2190: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2191: fnd_message.set_token('COLUMN_NAME', 'BUSINESS_GROUP_ID');
2192: fnd_message.raise_error;
2193: --
2194: end if;
2195: close csr_business_group_id;

Line 2192: fnd_message.raise_error;

2188: --
2189: close csr_business_group_id;
2190: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2191: fnd_message.set_token('COLUMN_NAME', 'BUSINESS_GROUP_ID');
2192: fnd_message.raise_error;
2193: --
2194: end if;
2195: close csr_business_group_id;
2196: --

Line 2202: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2198: fetch csr_territory_code into l_territory_code;
2199: if (csr_territory_code%notfound) then
2200: --
2201: close csr_territory_code;
2202: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2203: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
2204: fnd_message.raise_error;
2205: --
2206: end if;

Line 2203: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');

2199: if (csr_territory_code%notfound) then
2200: --
2201: close csr_territory_code;
2202: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2203: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
2204: fnd_message.raise_error;
2205: --
2206: end if;
2207: close csr_territory_code;

Line 2204: fnd_message.raise_error;

2200: --
2201: close csr_territory_code;
2202: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2203: fnd_message.set_token('COLUMN_NAME', 'PAYMENT_TYPE_ID');
2204: fnd_message.raise_error;
2205: --
2206: end if;
2207: close csr_territory_code;
2208: --

Line 2262: -- fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2258: -- open csr_external_account_id(P_ORG_PAYMENT_METHOD_ID);
2259: -- fetch csr_external_account_id into l_external_account_id;
2260: -- if (csr_external_account_id%notfound) then
2261: -- close csr_external_account_id;
2262: -- fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2263: -- fnd_message.set_token('COLUMN_NAME', 'EXTERNAL_ACCOUNT_ID');
2264: -- fnd_message.raise_error;
2265: -- end if;
2266: -- close csr_external_account_id;

Line 2263: -- fnd_message.set_token('COLUMN_NAME', 'EXTERNAL_ACCOUNT_ID');

2259: -- fetch csr_external_account_id into l_external_account_id;
2260: -- if (csr_external_account_id%notfound) then
2261: -- close csr_external_account_id;
2262: -- fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2263: -- fnd_message.set_token('COLUMN_NAME', 'EXTERNAL_ACCOUNT_ID');
2264: -- fnd_message.raise_error;
2265: -- end if;
2266: -- close csr_external_account_id;
2267: --

Line 2264: -- fnd_message.raise_error;

2260: -- if (csr_external_account_id%notfound) then
2261: -- close csr_external_account_id;
2262: -- fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2263: -- fnd_message.set_token('COLUMN_NAME', 'EXTERNAL_ACCOUNT_ID');
2264: -- fnd_message.raise_error;
2265: -- end if;
2266: -- close csr_external_account_id;
2267: --
2268: l_external_account_id := null;

Line 2286: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2282: p_org_payment_method_id => P_ORG_PAYMENT_METHOD_ID);
2283:
2284: if (l_set_of_books_id is null) then
2285: --
2286: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2287: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2288: fnd_message.raise_error;
2289: --
2290: end if;

Line 2287: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');

2283:
2284: if (l_set_of_books_id is null) then
2285: --
2286: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2287: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2288: fnd_message.raise_error;
2289: --
2290: end if;
2291: --

Line 2288: fnd_message.raise_error;

2284: if (l_set_of_books_id is null) then
2285: --
2286: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2287: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2288: fnd_message.raise_error;
2289: --
2290: end if;
2291: --
2292: end if;

Line 2301: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2297: fetch csr_chart_of_accounts_id into l_key_flex_id;
2298: if (csr_chart_of_accounts_id%notfound and l_set_of_books_id<>0) then
2299: --
2300: close csr_chart_of_accounts_id;
2301: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2302: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
2303: fnd_message.raise_error;
2304: --
2305: end if;

Line 2302: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');

2298: if (csr_chart_of_accounts_id%notfound and l_set_of_books_id<>0) then
2299: --
2300: close csr_chart_of_accounts_id;
2301: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2302: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
2303: fnd_message.raise_error;
2304: --
2305: end if;
2306: close csr_chart_of_accounts_id;

Line 2303: fnd_message.raise_error;

2299: --
2300: close csr_chart_of_accounts_id;
2301: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2302: fnd_message.set_token('COLUMN_NAME', 'sets_of_book_id');
2303: fnd_message.raise_error;
2304: --
2305: end if;
2306: close csr_chart_of_accounts_id;
2307: --

Line 2645: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2641: open csr_currency_code(p_org_payment_method_id);
2642: fetch csr_currency_code into l_currency_code;
2643: if (csr_currency_code%notfound) then
2644: close csr_currency_code;
2645: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2646: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2647: fnd_message.raise_error;
2648: end if;
2649: close csr_currency_code;

Line 2646: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');

2642: fetch csr_currency_code into l_currency_code;
2643: if (csr_currency_code%notfound) then
2644: close csr_currency_code;
2645: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2646: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2647: fnd_message.raise_error;
2648: end if;
2649: close csr_currency_code;
2650: if (p_currency_code is not null) then

Line 2647: fnd_message.raise_error;

2643: if (csr_currency_code%notfound) then
2644: close csr_currency_code;
2645: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2646: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2647: fnd_message.raise_error;
2648: end if;
2649: close csr_currency_code;
2650: if (p_currency_code is not null) then
2651: l_currency_code := p_currency_code;

Line 2665: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');

2661: open csr_get_cst_cstclr_flags(p_org_payment_method_id, l_effective_date);
2662: fetch csr_get_cst_cstclr_flags into l_cst_flag, l_cstclr_flag;
2663: if (csr_get_cst_cstclr_flags%notfound) then
2664: close csr_get_cst_cstclr_flags;
2665: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2666: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2667: fnd_message.raise_error;
2668: end if;
2669: close csr_get_cst_cstclr_flags;

Line 2666: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');

2662: fetch csr_get_cst_cstclr_flags into l_cst_flag, l_cstclr_flag;
2663: if (csr_get_cst_cstclr_flags%notfound) then
2664: close csr_get_cst_cstclr_flags;
2665: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2666: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2667: fnd_message.raise_error;
2668: end if;
2669: close csr_get_cst_cstclr_flags;
2670:

Line 2667: fnd_message.raise_error;

2663: if (csr_get_cst_cstclr_flags%notfound) then
2664: close csr_get_cst_cstclr_flags;
2665: fnd_message.set_name('PAY', 'HR_7462_PLK_INVLD_VALUE');
2666: fnd_message.set_token('COLUMN_NAME', 'ORG_PAYMENT_METHOD_ID');
2667: fnd_message.raise_error;
2668: end if;
2669: close csr_get_cst_cstclr_flags;
2670:
2671: if(p_cost_payment is not null) then

Line 2691: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');

2687: if (l_cstclr_flag = 'Y') and (l_gl_cash_ac_id is null or
2688: l_gl_cash_clearing_ac_id is null or
2689: l_gl_control_ac_id is null or
2690: l_gl_error_ac_id is null) then
2691: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
2692: fnd_message.raise_error;
2693: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
2694: l_gl_cash_clearing_ac_id is null) then
2695: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');

Line 2692: fnd_message.raise_error;

2688: l_gl_cash_clearing_ac_id is null or
2689: l_gl_control_ac_id is null or
2690: l_gl_error_ac_id is null) then
2691: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
2692: fnd_message.raise_error;
2693: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
2694: l_gl_cash_clearing_ac_id is null) then
2695: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
2696: fnd_message.raise_error;

Line 2695: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');

2691: fnd_message.set_name('PAY', 'PAY_33420_INV_CSTCLR_IDS');
2692: fnd_message.raise_error;
2693: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
2694: l_gl_cash_clearing_ac_id is null) then
2695: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
2696: fnd_message.raise_error;
2697: end if;
2698: --
2699: hr_utility.set_location('Before Row Handler of OPM : '||l_proc, 60);

Line 2696: fnd_message.raise_error;

2692: fnd_message.raise_error;
2693: elsif (l_cst_flag = 'Y' ) and (l_gl_cash_ac_id is null or
2694: l_gl_cash_clearing_ac_id is null) then
2695: fnd_message.set_name('PAY', 'PAY_33421_INV_CST_IDS');
2696: fnd_message.raise_error;
2697: end if;
2698: --
2699: hr_utility.set_location('Before Row Handler of OPM : '||l_proc, 60);
2700: --