DBA Data[Home] [Help]

APPS.CSE_FA_INTEGRATION_GRP dependencies on CSE_UTIL_PKG

Line 215: cse_util_pkg.set_debug;

211: savepoint cse_addition;
212:
213: IF is_oat_enabled THEN
214:
215: cse_util_pkg.set_debug;
216:
217: debug('Inside API cse_fa_integration_grp.addition');
218: debug(' p_inv_tbl.count : '||p_inv_tbl.count);
219: debug(' p_asset_dist_tbl.count : '||p_asset_dist_tbl.count);

Line 561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);

557: END LOOP;
558:
559: IF l_instance_id is not null AND l_units <> 0 THEN
560:
561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);

Line 562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);

558:
559: IF l_instance_id is not null AND l_units <> 0 THEN
560:
561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);

Line 563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);

559: IF l_instance_id is not null AND l_units <> 0 THEN
560:
561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);

Line 564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);

560:
561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);

Line 565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);

561: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);
569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);

Line 566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);

562: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);
569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);
570:

Line 567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);

563: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);
569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);
570:
571: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;

Line 568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);

564: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);
569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);
570:
571: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;
572: l_txn_error_rec.source_type := 'FA_UNIT_ADJUSTMENT_NORMAL';

Line 569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);

565: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
566: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);
567: cse_util_pkg.build_error_string(l_xml_string,'INSTANCE_ID',l_instance_id);
568: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);
569: cse_util_pkg.build_error_string(l_xml_string,'EXP_ITEM_ID', l_exp_item_id);
570:
571: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;
572: l_txn_error_rec.source_type := 'FA_UNIT_ADJUSTMENT_NORMAL';
573: l_txn_error_rec.source_header_ref := 'ASSET_ID';