DBA Data[Home] [Help]

APPS.HR_JPBAL dependencies on PAY_BALANCE_DIMENSIONS_TL

Line 860: from pay_balance_dimensions_tl

856: --
857: begin
858: select rowid
859: into l_rowid
860: from pay_balance_dimensions_tl
861: where balance_dimension_id = l_balance_dimension_id
862: and language = l_rec.language_code
863: for update nowait;
864: --

Line 865: update pay_balance_dimensions_tl

861: where balance_dimension_id = l_balance_dimension_id
862: and language = l_rec.language_code
863: for update nowait;
864: --
865: update pay_balance_dimensions_tl
866: set dimension_name = l_database_item_suffix,
867: database_item_suffix = l_database_item_suffix,
868: description = l_description
869: where rowid = l_rowid;

Line 872: insert into pay_balance_dimensions_tl(

868: description = l_description
869: where rowid = l_rowid;
870: exception
871: when no_data_found then
872: insert into pay_balance_dimensions_tl(
873: BALANCE_DIMENSION_ID,
874: LANGUAGE,
875: SOURCE_LANG,
876: DIMENSION_NAME,