DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on GMP_RESOURCE_INSTANCES

Line 408: * (gmp_resource_instances)

404:
405: /*#
406: * API for INSERT_RESOURCE_INSTANCE
407: * This API inserts a row in Plant Resource Instance table
408: * (gmp_resource_instances)
409: * @param p_resource_id Unique Identifier of the Resource Surrogate Key
410: * @param p_instance_id Surrogate Key to uniquely identify the Instance
411: * @param p_instance_number The number identifying the resource uniquely
412: * @param p_vendor_id Surrogate Key to uniquely identify the Vendor

Line 472: * gmp_resource_instances.

468:
469: /*#
470: * API for UPDATE_INSTANCES
471: * This API updates a Resource Instance Table ie. a row in table
472: * gmp_resource_instances.
473: * @param p_api_version Version Number of the API
474: * @param p_init_msg_list Flag for initializing message list BOOLEAN
475: * @param p_commit This is the commmit flag BOOLEAN.
476: * @param p_instances This is the Instances of the Resource that need to be

Line 490: , p_instances IN gmp_resource_instances%ROWTYPE

486: PROCEDURE update_instances
487: ( p_api_version IN NUMBER := 1
488: , p_init_msg_list IN BOOLEAN := TRUE
489: , p_commit IN BOOLEAN := FALSE
490: , p_instances IN gmp_resource_instances%ROWTYPE
491: , x_message_count OUT NOCOPY NUMBER
492: , x_message_list OUT NOCOPY VARCHAR2
493: , x_return_status OUT NOCOPY VARCHAR2
494: ) ;

Line 498: * This API updates a row in Resource Instance Table ie. gmp_resource_instances.

494: ) ;
495:
496: /*#
497: * API for UPDATE_INSTANCE_ROW
498: * This API updates a row in Resource Instance Table ie. gmp_resource_instances.
499: * @param p_resource_id Unique Identifier of the Resource Surrogate Key
500: * @param p_instance_id Surrogate Key to uniquely identify the Instance
501: * @param p_instance_number The number identifying the resource uniquely
502: * @param p_vendor_id Surrogate Key to uniquely identify the Vendor