DBA Data[Home] [Help]

APPS.HR_LOA_SS dependencies on HR_TRANSACTION_SS

Line 1363: || hr_transaction_ss

1359: ||---------------------------------------------------------------------------
1360: ||
1361: || Description:
1362: || This procedure will call the following API
1363: || hr_transaction_ss
1364: || hr_transaction_api
1365: ||
1366: || Access Status:
1367: || Public.

Line 1403: ln_transaction_id := hr_transaction_ss.get_transaction_id

1399:
1400: ---------------------------------------------------------------------
1401: -- Check if there is already a transaction for this process?
1402: ---------------------------------------------------------------------
1403: ln_transaction_id := hr_transaction_ss.get_transaction_id
1404: (p_Item_Type => p_item_type
1405: ,p_Item_Key => p_item_key);
1406:
1407:

Line 1416: hr_transaction_ss.start_transaction

1412:
1413: -------------------------------------------------------------------
1414: -- Create a new transaction
1415: -------------------------------------------------------------------
1416: hr_transaction_ss.start_transaction
1417: (itemtype => p_item_type
1418: ,itemkey => p_item_key
1419: ,actid => p_act_id
1420: ,funmode => 'RUN'

Line 1425: ln_transaction_id := hr_transaction_ss.get_transaction_id

1421: ,p_login_person_id=>p_login_person_id
1422: ,result => lv_result);
1423:
1424:
1425: ln_transaction_id := hr_transaction_ss.get_transaction_id
1426: (p_item_type => p_item_type
1427: ,p_item_key => p_item_key);
1428:
1429:

Line 1475: hr_transaction_ss.get_activity_trans_step_id(

1471: --There are transaction steps for this transaction.
1472: --Get the Transaction Step ID for this activity.
1473: ---------------------------------------------------------------------
1474: ln_transaction_step_id :=
1475: hr_transaction_ss.get_activity_trans_step_id(
1476: p_activity_name => 'HR_CREATE_ABSENCE' ,
1477: p_trans_step_id_tbl => ltt_trans_step_ids);
1478:
1479: END IF;

Line 7283: hr_transaction_ss.get_wf_effective_date

7279: if (p_effective_date is not null) then
7280: l_effective_date:= to_date(p_effective_date,g_date_format);
7281: else
7282: l_effective_date:= to_date(
7283: hr_transaction_ss.get_wf_effective_date
7284: (p_transaction_step_id => p_transaction_step_id),g_date_format);
7285: end if;
7286:
7287: -- l_effective_date :=