DBA Data[Home] [Help]

APPS.PA_TASK_TYPE_PVT dependencies on STANDARD

Line 287: -- List of parameters other than standard IN and OUT parameters

283: -- Purpose : This is the private API used to create the deliverable type .
284: -- Note : If the deliverable type name is unique and date range is valid then
285: -- this API places call to the table handler insert_row in PA_TASK_TYPES_PKG
286: -- Assumptions : None
287: -- List of parameters other than standard IN and OUT parameters
288: -- Parameters Type Null? Default Value Description and Purpose
289: -- --------------------------- ------------------------------------------ ------ -------------- ----------------------------
290: --P_deliverable_type_name PA_TASK_TYPES.TASK_TYPE%TYPE N Deliverable Type Name
291: --P_prog_entry_enable_flag PA_TASK_TYPES.PROG_ENTRY_ENABLE_FLAG%TYPE Y 'N' Progress Entry Flag

Line 548: -- List of parameters other than standard IN and OUT parameters

544: -- 5)If the Enable Progress Entry changes from Checked to UNCHECKED
545: -- then check whether any deliverable of this type p_deliverable_type_id
546: -- has been associated with a Deliverable-based task.If Yes,Throw error
547: -- Assumptions : None
548: -- List of parameters other than standard IN and OUT parameters
549: -- Parameters Type Null? Default Value Description and Purpose
550: -- --------------------------- -------- ------ --------------- ----------------------------
551: --P_deliverable_type_name PA_TASK_TYPES.TASK_TYPE%TYPE N Deliverable Type Name
552: --P_prog_entry_enable_flag PA_TASK_TYPES.PROG_ENTRY_ENABLE_FLAG%TYPE Y 'N' Progress Entry Flag

Line 1009: -- List of parameters other than standard IN and OUT parameters

1005: -- Note : This procedure places call to delete deliverable actions API
1006: -- to delete the actions which are associated with the deliverable Type
1007: -- and then deletes the deliverable type by placing call to PA_TASK_TYPE_PKG.delete_row
1008: -- Assumptions : None
1009: -- List of parameters other than standard IN and OUT parameters
1010: -- Parameters Type Null? Description and Purpose
1011: -- --------------------------- ------------------------------- -------- -----------------------------------
1012: --P_deliverable_type_id PA_TASK_TYPES.TASK_TYPE_ID%TYPE N Deliverable Type Id
1013: --p_record_version_number PA_TASK_TYPES.RECORD_VERSION_NUMBER%TYPE N Record Version Number