DBA Data[Home] [Help]

APPS.OTA_CERT_APPROVAL_SS dependencies on HR_APPROVAL_WF

Line 373: hr_approval_wf.create_item_attrib_if_notexist

369: l_transaction_table(l_count).param_name := 'P_LOGINPERSONID';
370: l_transaction_table(l_count).param_value := p_login_person_Id;
371: l_transaction_table(l_count).param_data_type := 'NUMBER';
372:
373: hr_approval_wf.create_item_attrib_if_notexist
374: (p_item_type => p_item_type
375: ,p_item_key => p_item_key
376: ,p_name => 'OTA_TRANSACTION_STEP_ID');
377:

Line 385: hr_approval_wf.create_item_attrib_if_notexist

381: l_transaction_step_id);
382:
383:
384: If p_from='REVIEW' Then
385: hr_approval_wf.create_item_attrib_if_notexist
386: (p_item_type => p_item_type
387: ,p_item_key => p_item_key
388: ,p_name => 'OTA_CERTIFICATION_ID');
389: