DBA Data[Home] [Help]

APPS.OTA_COST_TRANSFER_TO_GL_PKG dependencies on OTA_TFH_API_SHD

Line 424: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365

420: --
421: if ota_fh_row.paying_cost_center is not null then
422: FND_FILE.PUT_LINE(FND_FILE.LOG,'Insert into GL interface table for Paying cost center:' || ','
423: ||ota_fh_row.paying_cost_center);
424: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365
425: l_success := otagli (ota_fh_row.finance_header_id,
426: ota_fh_row.paying_cost_center,
427: ota_fh_row.Transfer_from_set_of_books_id,
428: l_amount,

Line 449: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365

445:
446: --
447: FND_FILE.PUT_LINE(FND_FILE.LOG,'Insert into GL interface table for Recieving cost center,'
448: ||ota_fh_row.receiving_cost_center);
449: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365
450: l_success := otagli (ota_fh_row.finance_header_id,
451: ota_fh_row.receiving_cost_center,
452: ota_fh_row.Transfer_to_set_of_books_id,
453: 0,

Line 531: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365

527: --
528: if ota_fh_row.paying_cost_center is not null then
529: FND_FILE.PUT_LINE(FND_FILE.LOG,'Insert into GL interface table for Paying cost center:' || ','
530: ||ota_fh_row.paying_cost_center);
531: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365
532: l_success := otagli (ota_fh_row.finance_header_id,
533: ota_fh_row.paying_cost_center,
534: ota_fh_row.Transfer_from_set_of_books_id,
535: l_amount,

Line 556: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365

552:
553: --
554: FND_FILE.PUT_LINE(FND_FILE.LOG,'Insert into GL interface table for Recieving cost center,'
555: ||ota_fh_row.receiving_cost_center);
556: ota_tfh_api_shd.lck(ota_fh_row.finance_header_id,ota_fh_row.object_version_number); ---*** Bug#2820365
557: l_success := otagli (ota_fh_row.finance_header_id,
558: ota_fh_row.receiving_cost_center,
559: ota_fh_row.Transfer_to_set_of_books_id,
560: 0,