DBA Data[Home] [Help]

APPS.GMP_RESOURCE_DTL_PUB dependencies on GMP_RESOURCE_INSTANCES

Line 404: * (gmp_resource_instances)

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

Line 468: * gmp_resource_instances.

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

Line 486: , p_instances IN gmp_resource_instances%ROWTYPE

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

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

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