DBA Data[Home] [Help]

APPS.CSTPACIT dependencies on CSTPACLM

Line 376: l_layer_id := cstpaclm.layer_det_exist(i_org_id, i_item_id, i_cost_group_id,

372: end if;
373:
374: else
375:
376: l_layer_id := cstpaclm.layer_det_exist(i_org_id, i_item_id, i_cost_group_id,
377: l_err_num, l_err_code, l_err_msg);
378:
379: if (l_err_num <> 0) then
380: raise cost_no_layer_error;

Line 664: l_layer_id := cstpaclm.layer_det_exist(i_org_id, i_item_id, i_cost_group_id,

660: l_err_code := '';
661: l_err_msg := '';
662:
663:
664: l_layer_id := cstpaclm.layer_det_exist(i_org_id, i_item_id, i_cost_group_id,
665: l_err_num, l_err_code, l_err_msg);
666:
667: if (l_err_num <> 0) then
668: raise cost_det_new_insert_error;