DBA Data[Home] [Help]

APPS.HZ_DYN_VALIDATION dependencies on HZ_RELATIONSHIP_V2PUB

Line 196: | hz_relationship_v2pub.relationship_rec_type |

192: | Used to insert a record into the relationship global temporary |
193: | table. |
194: | |
195: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
196: | hz_relationship_v2pub.relationship_rec_type |
197: | |
198: | MODIFICATION HISTORY |
199: | 12-NOV-2001 J. del Callar Created. |
200: +=======================================================================*/

Line 203: x_relationship IN hz_relationship_v2pub.relationship_rec_type,

199: | 12-NOV-2001 J. del Callar Created. |
200: +=======================================================================*/
201:
202: FUNCTION create_relationship_gt (
203: x_relationship IN hz_relationship_v2pub.relationship_rec_type,
204: x_temp_id IN NUMBER DEFAULT NULL
205: ) RETURN NUMBER IS
206: CURSOR relidcur IS
207: SELECT hz_relationship_val_gt_s.NEXTVAL

Line 854: | hz_relationship_v2pub.relationship_rec_type |

850: | DESCRIPTION |
851: | Validate a relationship given the name of the validation procedure |
852: | |
853: | EXTERNAL PROCEDURES/FUNCTIONS ACCESSED |
854: | hz_relationship_v2pub.relationship_rec_type |
855: | MODIFICATION HISTORY |
856: | 12-NOV-2001 J. del Callar Created. |
857: +=======================================================================*/
858:

Line 860: x_relationship IN hz_relationship_v2pub.relationship_rec_type,

856: | 12-NOV-2001 J. del Callar Created. |
857: +=======================================================================*/
858:
859: PROCEDURE validate_relationship (
860: x_relationship IN hz_relationship_v2pub.relationship_rec_type,
861: x_validation_profile IN VARCHAR2,
862: x_temp_id IN NUMBER DEFAULT NULL
863: ) IS
864: l_relationship_id NUMBER(15);