DBA Data[Home] [Help]

APPS.GMD_RECIPE_DETAIL dependencies on GMD_COMMON_VAL

Line 360: GMD_COMMON_VAL.get_customer_id

356: /* Based on the customer no, Check if this */
357: /* is a valid customer */
358: /* ======================================= */
359: IF (p_recipe_detail_rec.customer_id IS NULL) THEN
360: GMD_COMMON_VAL.get_customer_id
361: ( PCUSTOMER_NO => p_recipe_detail_rec.customer_no,
362: XCUST_ID => l_customer_id,
363: XSITE_ID => l_site_id,
364: XORG_ID => l_org_id,

Line 381: GMD_COMMON_VAL.get_customer_id

377: /* Based on the site_id, Check if this */
378: /* is a valid site */
379: /* ======================================= */
380: IF (p_recipe_detail_rec.site_id IS NULL) THEN
381: GMD_COMMON_VAL.get_customer_id
382: ( PCUSTOMER_NO => p_recipe_detail_rec.customer_no,
383: XCUST_ID => l_customer_id,
384: XSITE_ID => l_site_id,
385: XORG_ID => l_org_id,

Line 402: GMD_COMMON_VAL.get_customer_id

398: /* Based on the org id, Check if this */
399: /* is a valid customer */
400: /* ======================================= */
401: IF (p_recipe_detail_rec.org_id IS NULL) THEN
402: GMD_COMMON_VAL.get_customer_id
403: ( PCUSTOMER_NO => p_recipe_detail_rec.customer_no,
404: XCUST_ID => l_customer_id,
405: XSITE_ID => l_site_id,
406: XORG_ID => l_org_id,

Line 419: GMD_COMMON_VAL.customer_exists

415: END IF;
416: END IF;
417:
418: IF (p_recipe_detail_rec.customer_id IS NULL) THEN
419: GMD_COMMON_VAL.customer_exists
420: ( p_api_version => 1.0,
421: p_init_msg_list => FND_API.G_FALSE,
422: p_commit => FND_API.G_FALSE,
423: p_validation_level => FND_API.G_VALID_LEVEL_NONE,

Line 1444: GMD_COMMON_VAL.get_customer_id

1440: /* Based on the customer no, Check if this */
1441: /* is a valid customer */
1442: /* ======================================= */
1443: IF (p_recipe_detail_rec.customer_id IS NULL) THEN
1444: GMD_COMMON_VAL.get_customer_id
1445: ( PCUSTOMER_NO => p_recipe_detail_rec.customer_no,
1446: XCUST_ID => l_customer_id,
1447: XSITE_ID => l_site_id,
1448: XORG_ID => l_org_id,