DBA Data[Home] [Help]

APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on HR_APPROVAL_WF

Line 362: hr_approval_wf.create_item_attrib_if_notexist

358: l_transaction_table(l_count).param_value := p_booking_justification_id;
359: l_transaction_table(l_count).param_data_type := 'VARCHAR2';
360:
361:
362: hr_approval_wf.create_item_attrib_if_notexist
363: (p_item_type => p_item_type
364: ,p_item_key => p_item_key
365: ,p_name => 'OTA_TRANSACTION_STEP_ID');
366:

Line 374: hr_approval_wf.create_item_attrib_if_notexist

370: l_transaction_step_id);
371:
372:
373: If p_from='REVIEW' Then
374: hr_approval_wf.create_item_attrib_if_notexist
375: (p_item_type => p_item_type
376: ,p_item_key => p_item_key
377: ,p_name => 'OTA_EVENT_ID');
378:

Line 1364: /* hr_approval_wf.create_item_attrib_if_notexist

1360: l_event_location);
1361:
1362: wf_engine.setItemAttrText(l_item_type,l_item_key,'STATE_LIST',l_timezone);
1363:
1364: /* hr_approval_wf.create_item_attrib_if_notexist
1365: (p_item_type => l_item_type
1366: ,p_item_key => l_item_key
1367: ,p_name => 'OTA_CLASS_END_TIME');*/
1368: wf_engine.setItemAttrText(l_item_type,l_item_key,'PQH_EVENT_NAME',nvl(l_course_end_time,'23:59'));

Line 1480: hr_approval_wf.create_item_attrib_if_notexist

1476: l_automatic_transfer_gl := FND_PROFILE.value('OTA_SSHR_AUTO_GL_TRANSFER');
1477: -- l_user := FND_PROFILE.value('USER_ID');
1478: l_user := fnd_global.user_id; -- Bug 3513140
1479:
1480: hr_approval_wf.create_item_attrib_if_notexist
1481: (p_item_type => l_item_type
1482: ,p_item_key => l_item_key
1483: ,p_name => 'OTA_AUTO_CREATE_FINANCE');
1484:

Line 1490: hr_approval_wf.create_item_attrib_if_notexist

1486: l_item_key,
1487: 'OTA_AUTO_CREATE_FINANCE',
1488: l_auto_create_finance);
1489:
1490: hr_approval_wf.create_item_attrib_if_notexist
1491: (p_item_type => l_item_type
1492: ,p_item_key => l_item_key
1493: ,p_name => 'OTA_SSHR_AUTO_GL_TRANSFER');
1494:

Line 1500: hr_approval_wf.create_item_attrib_if_notexist

1496: l_item_key,
1497: 'OTA_SSHR_AUTO_GL_TRANSFER',
1498: l_automatic_transfer_gl);
1499:
1500: hr_approval_wf.create_item_attrib_if_notexist
1501: (p_item_type => l_item_type
1502: ,p_item_key => l_item_key
1503: ,p_name => 'OTA_USER_ID');
1504:

Line 1524: hr_approval_wf.create_item_attrib_if_notexist

1520: and name = 'P_FROM';
1521:
1522: /*Bug#2258423 hdshah Set wf item attribute for rejection */
1523:
1524: hr_approval_wf.create_item_attrib_if_notexist
1525: (p_item_type => l_item_type
1526: ,p_item_key => l_item_key
1527: ,p_name => 'OTA_EVENT_ID');
1528:

Line 1534: hr_approval_wf.create_item_attrib_if_notexist

1530: l_item_key,
1531: 'OTA_EVENT_ID',
1532: l_eventid);
1533:
1534: hr_approval_wf.create_item_attrib_if_notexist
1535: (p_item_type => l_item_type
1536: ,p_item_key => l_item_key
1537: ,p_name => 'OTA_DELEGATE_PERSON_ID');
1538: