DBA Data[Home] [Help]

APPS.JTF_CALENDARS_PKG dependencies on FND_API

Line 624: P_INIT_MSG_LIST => fnd_api.g_false ,

620: where task_id = v_task_id;
621:
622: jtf_tasks_pub.update_task(
623: P_API_VERSION => 1.0 ,
624: P_INIT_MSG_LIST => fnd_api.g_false ,
625: P_COMMIT => fnd_api.g_false ,
626: P_TASK_ID => v_task_id ,
627: P_TASK_NAME => task_name ,
628: P_TASK_STATUS_ID => task_status_id,

Line 625: P_COMMIT => fnd_api.g_false ,

621:
622: jtf_tasks_pub.update_task(
623: P_API_VERSION => 1.0 ,
624: P_INIT_MSG_LIST => fnd_api.g_false ,
625: P_COMMIT => fnd_api.g_false ,
626: P_TASK_ID => v_task_id ,
627: P_TASK_NAME => task_name ,
628: P_TASK_STATUS_ID => task_status_id,
629: P_DESCRIPTION => 'Hard Coded',

Line 652: p_init_msg_list => fnd_api.g_true ,

648: where task_assignment_id = v_task_assignment_id;
649:
650: jtf_task_assignments_pub.update_task_assignment(
651: P_API_VERSION => 1 ,
652: p_init_msg_list => fnd_api.g_true ,
653: p_commit => fnd_api.g_true ,
654: p_task_assignment_id => v_task_assignment_id,
655: p_object_version_number => x ,
656: P_ACTUAL_EFFORT => NULL,

Line 653: p_commit => fnd_api.g_true ,

649:
650: jtf_task_assignments_pub.update_task_assignment(
651: P_API_VERSION => 1 ,
652: p_init_msg_list => fnd_api.g_true ,
653: p_commit => fnd_api.g_true ,
654: p_task_assignment_id => v_task_assignment_id,
655: p_object_version_number => x ,
656: P_ACTUAL_EFFORT => NULL,
657: P_ACTUAL_EFFORT_UOM => NULL,

Line 713: P_INIT_MSG_LIST => fnd_api.g_true ,

709: notes(1).entered_date := sysdate ;
710: notes(1).note_type := null ;
711: jtf_tasks_pub.create_task(
712: P_API_VERSION => 1.0 ,
713: P_INIT_MSG_LIST => fnd_api.g_true ,
714: P_COMMIT => fnd_api.g_true ,
715: p_task_id => null ,
716: P_TASK_NAME => task_name ,
717: P_TASK_TYPE_NAME => null ,

Line 714: P_COMMIT => fnd_api.g_true ,

710: notes(1).note_type := null ;
711: jtf_tasks_pub.create_task(
712: P_API_VERSION => 1.0 ,
713: P_INIT_MSG_LIST => fnd_api.g_true ,
714: P_COMMIT => fnd_api.g_true ,
715: p_task_id => null ,
716: P_TASK_NAME => task_name ,
717: P_TASK_TYPE_NAME => null ,
718: P_TASK_TYPE_ID => 3 ,

Line 798: p_init_msg_list => fnd_api.g_false,

794:
795:
796: jtf_task_assignments_pub.create_task_assignment(
797: P_API_VERSION => 1.0,
798: p_init_msg_list => fnd_api.g_false,
799: p_commit => fnd_api.g_false,
800: P_TASK_ID => x,
801: P_RESOURCE_TYPE_CODE => resource_type,
802: P_RESOURCE_ID => resource_id,

Line 799: p_commit => fnd_api.g_false,

795:
796: jtf_task_assignments_pub.create_task_assignment(
797: P_API_VERSION => 1.0,
798: p_init_msg_list => fnd_api.g_false,
799: p_commit => fnd_api.g_false,
800: P_TASK_ID => x,
801: P_RESOURCE_TYPE_CODE => resource_type,
802: P_RESOURCE_ID => resource_id,
803: P_ASSIGNMENT_STATUS_ID => task_status_id,