DBA Data[Home] [Help]

APPS.PA_TASK_TYPE_PUB dependencies on STANDARD

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

913: -- if the value of its parameter p_insert_or_update is "INSERT"
914: -- This API places call to the private API CREATE_DELIVERABLE_TYPE
915: -- where business validations are done and call to table handler is placed.
916: --Assumptions : None
917: -- List of parameters other than standard IN and OUT parameters
918: -- Parameters Type Null? Default Value Description and Purpose
919: -- --------------------------- -------- ------ --------------- ----------------------------
920: --P_deliverable_type_name PA_TASK_TYPES.TASK_TYPE%TYPE N Deliverable Type Name
921: --P_prog_entry_enable_flag PA_TASK_TYPES.PROG_ENTRY_ENABLE_FLAG%TYPE Y 'N' Progress Entry Flag

Line 1173: -- 2)It performs standard locking for API and

1169: -- Purpose : This is the public API used to update the deliverable type .
1170: -- Note : 1)This API is called by the CR_UP_DELIVERABLE_TYPE Public API
1171: -- if the value of its parameter p_insert_or_update is "UPDATE"
1172:
1173: -- 2)It performs standard locking for API and
1174: --
1175: -- 3)This API places call to the private API UPDATE_DELIVERABLE_TYPE
1176: -- where business validations and call to table handler is placed.
1177: -- Assumptions : None

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

1175: -- 3)This API places call to the private API UPDATE_DELIVERABLE_TYPE
1176: -- where business validations and call to table handler is placed.
1177: -- Assumptions : None
1178:
1179: -- List of parameters other than standard IN and OUT parameters
1180: -- Parameters Type Null? Default Value Description and Purpose
1181: -- --------------------------- -------- ------ --------------- ----------------------------
1182: --P_deliverable_type_name PA_TASK_TYPES.TASK_TYPE%TYPE N Deliverable Type Name
1183: --P_prog_entry_enable_flag PA_TASK_TYPES.PROG_ENTRY_ENABLE_FLAG%TYPE Y 'N' Progress Entry Flag

Line 1293: --Perform the standard Locking

1289: THEN
1290: RAISE PA_DLV_INV_PARAM_EXC;
1291: END IF;
1292:
1293: --Perform the standard Locking
1294:
1295: BEGIN
1296: select 'x' into l_dummy
1297: FROM PA_TASK_TYPES

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

1536: -- Type : Public Procedure
1537: -- Purpose : This is the public API used to delete the deliverable type.
1538: -- Note : This API places call to the private API DELETE_DELIVERABLE_TYPE
1539: -- in which business logic validations are done and call to table handler is placed
1540: -- List of parameters other than standard IN and OUT parameters
1541: -- Parameters Type Null? Description and Purpose
1542: -- --------------------------- ------------------------------- -------- -----------------------------------
1543: --P_deliverable_type_id PA_TASK_TYPES.TASK_TYPE_ID%TYPE N Deliverable Type Id
1544: --p_record_version_number PA_TASK_TYPES.RECORD_VERSION_NUMBER%TYPE N Record Version Number

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

1779: -- Purpose : This is the public API that will be called from SS pages.
1780: -- Note : Based on the parameter p_insert_or_update mode
1781: -- it will either call CREATE or UPDATE deliverable API.
1782: -- Assumptions : None
1783: -- List of parameters other than standard IN and OUT parameters
1784: -- Parameters Type Null? Default Value Description and Purpose
1785: -- --------------------------- ------- -------- -------------------- ---------------------------
1786: --P_deliverable_type_name PA_TASK_TYPES.TASK_TYPE%TYPE N Deliverable Type Name
1787: --P_prog_entry_enable_flag PA_TASK_TYPES.PROG_ENTRY_ENABLE_FLAG%TYPE Y 'N' Progress Entrable Flag