DBA Data[Home] [Help]

APPS.AHL_VWP_TASKS_PUB dependencies on AHL_VWP_RULES_PVT

Line 25: -- p_x_tasks_tbl IN OUT NOCOPY AHL_VWP_RULES_PVT.Task_Tbl_Type

21: -- p_visit_id IN NUMBER := null Not needed if p_visit_number is given
22: -- p_visit_number IN NUMBER := null Ignored if p_visit_id is given
23: -- p_department_id IN NUMBER := null Not needed if p_department_code is given
24: -- p_department_code IN VARCHAR2 := null Ignored if p_department_id is given
25: -- p_x_tasks_tbl IN OUT NOCOPY AHL_VWP_RULES_PVT.Task_Tbl_Type
26: -- UNIT_EFFECTIVITY_ID is Mandatory
27: -- ATTRIBUTE_CATEGORY is Optional
28: -- ATTRIBUTE1..ATTRIBUTE15 are Optional
29: -- All others input attributes are ignored

Line 47: * @param p_x_tasks_tbl Table of type AHL_VWP_RULES_PVT.Task_Tbl_Type. Input UNIT_EFFECTIVITY_ID, returns VISIT_TASK_ID.

43: * @param p_visit_id Id of the visit to which tasks are to be added. Not needed if p_visit_number is given.
44: * @param p_visit_number Number of the visit to which tasks are to be added. Ignored if p_visit_id is given.
45: * @param p_department_id Id of the department to which tasks are to be added. Not needed if p_department_code is given.
46: * @param p_department_code Code of the department to which tasks are to be added. Ignored if p_department_id is given.
47: * @param p_x_tasks_tbl Table of type AHL_VWP_RULES_PVT.Task_Tbl_Type. Input UNIT_EFFECTIVITY_ID, returns VISIT_TASK_ID.
48: * @rep:scope public
49: * @rep:lifecycle active
50: * @rep:displayname Create Planned Tasks
51: */

Line 61: p_x_tasks_tbl IN OUT NOCOPY AHL_VWP_RULES_PVT.Task_Tbl_Type,

57: p_visit_id IN NUMBER := null, -- Not needed if p_visit_number is given
58: p_visit_number IN NUMBER := null, -- Ignored if p_visit_id is given
59: p_department_id IN NUMBER := null, -- Not needed if p_department_code is given
60: p_department_code IN VARCHAR2 := null, -- Ignored if p_department_id is given
61: p_x_tasks_tbl IN OUT NOCOPY AHL_VWP_RULES_PVT.Task_Tbl_Type,
62: x_return_status OUT NOCOPY VARCHAR2,
63: x_msg_count OUT NOCOPY NUMBER,
64: x_msg_data OUT NOCOPY VARCHAR2
65: );