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 556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);

552: END LOOP;
553:
554: IF l_instance_id is not null AND l_units <> 0 THEN
555:
556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);

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

553:
554: IF l_instance_id is not null AND l_units <> 0 THEN
555:
556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: cse_util_pkg.build_error_string(l_xml_string,'DEPRN_EXPENSE_CCID',l_expense_ccid);

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

554: IF l_instance_id is not null AND l_units <> 0 THEN
555:
556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);

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

555:
556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: cse_util_pkg.build_error_string(l_xml_string,'PA_ASSET_LINE_ID',p_inv_tbl(p_ind).project_asset_line_id);

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

556: cse_util_pkg.build_error_string(l_xml_string,'ASSET_ID',l_asset_id);
557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: 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,'EXP_ITEM_ID', l_exp_item_id);

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

557: cse_util_pkg.build_error_string(l_xml_string,'BOOK_TYPE_CODE',l_book_type_code);
558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: 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,'EXP_ITEM_ID', l_exp_item_id);
565:

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

558: cse_util_pkg.build_error_string(l_xml_string,'UNITS',l_units);
559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: 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,'EXP_ITEM_ID', l_exp_item_id);
565:
566: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;

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

559: cse_util_pkg.build_error_string(l_xml_string,'LOCATION_ID',l_location_id);
560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: 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,'EXP_ITEM_ID', l_exp_item_id);
565:
566: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;
567: l_txn_error_rec.source_type := 'FA_UNIT_ADJUSTMENT_NORMAL';

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

560: cse_util_pkg.build_error_string(l_xml_string,'EMPLOYEE_ID',l_employee_id);
561: 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,'INSTANCE_ID',l_instance_id);
563: 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,'EXP_ITEM_ID', l_exp_item_id);
565:
566: l_txn_error_rec.source_id := p_inv_tbl(p_ind).project_asset_line_id;
567: l_txn_error_rec.source_type := 'FA_UNIT_ADJUSTMENT_NORMAL';
568: l_txn_error_rec.source_header_ref := 'ASSET_ID';