DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_PUB dependencies on GMD_SPEC_GRP

Line 60: | GMD_SPEC_GRP.get_who() procedure |

56: | HISTORY |
57: | 03-AUG-2002 K.Y.Hunt |
58: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
59: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
60: | GMD_SPEC_GRP.get_who() procedure |
61: | |
62: +=========================================================================+
63: */
64:

Line 117: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

113: l_return_status := FND_API.G_RET_STS_SUCCESS;
114:
115: -- Validate User Name Parameter
116: -- ============================
117: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
118: ,x_user_id => l_user_id);
119:
120: IF NVL(l_user_id, -1) < 0
121: THEN

Line 238: | GMD_SPEC_GRP.get_who() procedure |

234: | HISTORY |
235: | 03-AUG-2002 K.Y.Hunt |
236: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
237: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
238: | GMD_SPEC_GRP.get_who() procedure |
239: | |
240: +=========================================================================+
241: */
242:

Line 296: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

292: l_return_status := FND_API.G_RET_STS_SUCCESS;
293:
294: -- Validate User Name Parameter
295: -- ============================
296: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
297: ,x_user_id => l_user_id);
298:
299: IF NVL(l_user_id, -1) < 0
300: THEN

Line 415: | GMD_SPEC_GRP.get_who() procedure |

411: | HISTORY |
412: | 03-AUG-2002 K.Y.Hunt |
413: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
414: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
415: | GMD_SPEC_GRP.get_who() procedure |
416: | |
417: +=========================================================================+
418: */
419:

Line 471: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

467: l_return_status := FND_API.G_RET_STS_SUCCESS;
468:
469: -- Validate User Name Parameter
470: -- ============================
471: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
472: ,x_user_id => l_user_id);
473:
474: IF NVL(l_user_id, -1) < 0
475: THEN

Line 586: | GMD_SPEC_GRP.get_who() procedure |

582: | HISTORY |
583: | 03-AUG-2002 K.Y.Hunt |
584: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
585: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
586: | GMD_SPEC_GRP.get_who() procedure |
587: | |
588: +=========================================================================+
589: */
590:

Line 641: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

637: l_return_status := FND_API.G_RET_STS_SUCCESS;
638:
639: -- Validate User Name Parameter
640: -- ============================
641: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
642: ,x_user_id => l_user_id);
643:
644: IF NVL(l_user_id, -1) < 0
645: THEN

Line 760: | GMD_SPEC_GRP.get_who() procedure |

756: | HISTORY |
757: | 26-Jan-2004 Manish Gupta |
758: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
759: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
760: | GMD_SPEC_GRP.get_who() procedure |
761: | |
762: +=========================================================================+
763: */
764:

Line 816: GMD_SPEC_GRP.Get_Who ( p_user_name => p_user_name

812: l_return_status := FND_API.G_RET_STS_SUCCESS;
813:
814: -- Validate User Name Parameter
815: -- ============================
816: GMD_SPEC_GRP.Get_Who ( p_user_name => p_user_name
817: ,x_user_id => l_user_id);
818:
819: IF NVL(l_user_id, -1) < 0
820: THEN

Line 947: | GMD_SPEC_GRP.get_who() procedure |

943: | HISTORY |
944: | 03-AUG-2002 K.Y.Hunt |
945: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
946: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
947: | GMD_SPEC_GRP.get_who() procedure |
948: | |
949: +=========================================================================+
950: */
951:

Line 1007: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

1003: l_spec.spec_id := 0;
1004:
1005: -- Validate user_name
1006: -- ==================
1007: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
1008: ,x_user_id => l_spec.last_updated_by);
1009:
1010: IF NVL(l_spec.last_updated_by, -1) < 0
1011: THEN

Line 1036: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_inventory_spec_vrs.spec_id

1032: IF l_spec.spec_id <> l_inventory_spec_vrs.spec_id
1033: THEN
1034: -- Validate to ensure spec is in a suitable state to delete mark
1035: -- ==============================================================
1036: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_inventory_spec_vrs.spec_id
1037: , x_return_status => l_return_status
1038: , x_message_data => l_msg_data
1039: );
1040: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1164: | GMD_SPEC_GRP.get_who() procedure |

1160: | HISTORY |
1161: | 03-AUG-2002 K.Y.Hunt |
1162: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
1163: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
1164: | GMD_SPEC_GRP.get_who() procedure |
1165: | |
1166: +=========================================================================+
1167: */
1168:

Line 1224: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

1220: l_spec.spec_id := 0;
1221:
1222: -- Validate user_name
1223: -- ==================
1224: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
1225: ,x_user_id => l_spec.last_updated_by);
1226:
1227: IF NVL(l_spec.last_updated_by, -1) < 0
1228: THEN

Line 1253: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_wip_spec_vrs.spec_id

1249: IF l_spec.spec_id <> l_wip_spec_vrs.spec_id
1250: THEN
1251: -- Validate to ensure spec is in a suitable state to delete mark
1252: -- ==============================================================
1253: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_wip_spec_vrs.spec_id
1254: , x_return_status => l_return_status
1255: , x_message_data => l_msg_data
1256: );
1257: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1378: | GMD_SPEC_GRP.get_who() procedure |

1374: | HISTORY |
1375: | 03-AUG-2002 K.Y.Hunt |
1376: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
1377: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
1378: | GMD_SPEC_GRP.get_who() procedure |
1379: | |
1380: +=========================================================================+
1381: */
1382:

Line 1438: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

1434: l_spec.spec_id := 0;
1435:
1436: -- Validate user_name
1437: -- ==================
1438: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
1439: ,x_user_id => l_spec.last_updated_by);
1440:
1441: IF NVL(l_spec.last_updated_by, -1) < 0
1442: THEN

Line 1467: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_customer_spec_vrs.spec_id

1463: IF l_spec.spec_id <> l_customer_spec_vrs.spec_id
1464: THEN
1465: -- Validate to ensure spec is in a suitable state to delete mark
1466: -- ==============================================================
1467: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_customer_spec_vrs.spec_id
1468: , x_return_status => l_return_status
1469: , x_message_data => l_msg_data
1470: );
1471: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1593: | GMD_SPEC_GRP.get_who() procedure |

1589: | HISTORY |
1590: | 03-AUG-2002 K.Y.Hunt |
1591: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
1592: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
1593: | GMD_SPEC_GRP.get_who() procedure |
1594: | |
1595: +=========================================================================+
1596: */
1597: PROCEDURE DELETE_SUPPLIER_SPEC_VRS

Line 1652: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

1648: l_spec.spec_id := 0;
1649:
1650: -- Validate user_name
1651: -- ==================
1652: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
1653: ,x_user_id => l_spec.last_updated_by);
1654:
1655: IF NVL(l_spec.last_updated_by, -1) < 0
1656: THEN

Line 1681: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_supplier_spec_vrs.spec_id

1677: IF l_spec.spec_id <> l_supplier_spec_vrs.spec_id
1678: THEN
1679: -- Validate to ensure spec is in a suitable state to delete mark
1680: -- ==============================================================
1681: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_supplier_spec_vrs.spec_id
1682: , x_return_status => l_return_status
1683: , x_message_data => l_msg_data
1684: );
1685: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN

Line 1808: | GMD_SPEC_GRP.get_who() procedure |

1804: | HISTORY |
1805: | 26-Jan-2004 Manish Gupta |
1806: | 02-MAY-2005 saikiran vankadari As part of Convergence changes, |
1807: | call to GMA_GLOBAL_GRP.get_who() is replaced with |
1808: | GMD_SPEC_GRP.get_who() procedure |
1809: | |
1810: +=========================================================================+
1811: */
1812:

Line 1868: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name

1864: l_spec.spec_id := 0;
1865:
1866: -- Validate user_name
1867: -- ==================
1868: GMD_SPEC_GRP.GET_WHO ( p_user_name => p_user_name
1869: ,x_user_id => l_spec.last_updated_by);
1870:
1871: IF NVL(l_spec.last_updated_by, -1) < 0
1872: THEN

Line 1897: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_monitoring_spec_vrs.spec_id

1893: IF l_spec.spec_id <> l_monitoring_spec_vrs.spec_id
1894: THEN
1895: -- Validate to ensure spec is in a suitable state to delete mark
1896: -- ==============================================================
1897: GMD_SPEC_GRP.Validate_Before_Delete( p_spec_id => l_monitoring_spec_vrs.spec_id
1898: , x_return_status => l_return_status
1899: , x_message_data => l_msg_data
1900: );
1901: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN