DBA Data[Home] [Help]

APPS.HR_COMM_API dependencies on HR_COMM_API

Line 1: Package Body hr_comm_api as

1: Package Body hr_comm_api as
2: /* $Header: hrcomrhi.pkb 115.1 2002/12/18 13:22:35 hjonnala ship $ */
3: --
4: -- Private package current record structure definition
5: --

Line 10: g_package varchar2(33) := ' hr_comm_api.';

6: g_old_rec g_rec_type;
7: --
8: -- Global package name
9: --
10: g_package varchar2(33) := ' hr_comm_api.';
11: --
12: -- ----------------------------------------------------------------------------
13: -- |------------------------------< insert_dml >------------------------------|
14: -- ----------------------------------------------------------------------------

Line 399: -- hr_comm_api.ins entity business process model

395: --
396: -- PUBLIC
397: -- Description: Insert entity interface
398: --
399: -- hr_comm_api.ins entity business process model
400: -- --------------------------------------------------------------------------
401: --
402: -- ins
403: -- |

Line 471: -- hr_comm_api.ins attribute business process model

467: --
468: -- PUBLIC
469: -- Description: Insert attribute interface
470: --
471: -- hr_comm_api.ins attribute business process model
472: -- --------------------------------------------------------------------------
473: --
474: -- ins
475: -- |

Line 532: -- hr_comm_api.upd entity business process model

528: --
529: -- PUBLIC
530: -- Description: Update entity interface
531: --
532: -- hr_comm_api.upd entity business process model
533: -- --------------------------------------------------------------------------
534: --
535: -- upd
536: -- |

Line 625: -- hr_comm_api.upd attribute business process model

621: --
622: -- PUBLIC
623: -- Description: Update attribute interface
624: --
625: -- hr_comm_api.upd attribute business process model
626: -- --------------------------------------------------------------------------
627: --
628: -- upd
629: -- |

Line 684: -- hr_comm_api.del entity business process model

680: --
681: -- PUBLIC
682: -- Description: Delete entity interface
683: --
684: -- hr_comm_api.del entity business process model
685: -- --------------------------------------------------------------------------
686: --
687: -- del
688: -- |

Line 772: -- hr_comm_api.del attribute business process model

768: --
769: -- PUBLIC
770: -- Description: Delete attribute interface
771: --
772: -- hr_comm_api.del attribute business process model
773: -- --------------------------------------------------------------------------
774: --
775: -- del
776: -- |

Line 817: end hr_comm_api;

813: --
814: hr_utility.set_location(' Leaving:'||l_proc, 10);
815: End del;
816: --
817: end hr_comm_api;