DBA Data[Home] [Help]

APPS.OTA_ADD_TRAINING_SS dependencies on HR_APPROVAL_WF

Line 474: hr_approval_wf.create_item_attrib_if_notexist

470: l_transaction_table(l_count).param_name := 'P_TYPE_MEANING';
471: l_transaction_table(l_count).param_value := p_Type_Meaning;
472: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
473:
474: hr_approval_wf.create_item_attrib_if_notexist
475: (p_item_type => p_item_type
476: ,p_item_key => p_item_key
477: ,p_name => 'OTA_TRANSACTION_STEP_ID');
478:

Line 1749: hr_approval_wf.create_item_attrib_if_notexist

1745: p_message := 'S';
1746: l_learner_name := get_internal_contact_name(p_person_id);
1747: --set workflow attributes for notification
1748:
1749: hr_approval_wf.create_item_attrib_if_notexist
1750: (p_item_type => p_item_type
1751: ,p_item_key => p_item_key
1752: ,p_name => 'OTA_TRANSACTION_MODE');
1753:

Line 1953: hr_approval_wf.create_item_attrib_if_notexist

1949: l_learner_name := get_internal_contact_name(p_person_id);
1950:
1951: --set workflow attributes for notification
1952:
1953: hr_approval_wf.create_item_attrib_if_notexist
1954: (p_item_type => p_item_type
1955: ,p_item_key => p_item_key
1956: ,p_name => 'OTA_TRANSACTION_MODE');
1957: