DBA Data[Home] [Help]

APPS.HZ_CUST_ACCOUNT_ROLE_V2PUB dependencies on HZ_ROLE_RESPONSIBILITY_PKG

Line 519: * HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row

515: * Private procedure to create customer account role responsibility.
516: *
517: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
518: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_role_responsibility
519: * HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row
520: *
521: * ARGUMENTS
522: * IN/OUT:
523: * p_role_responsibility_rec Customer account role responsibility record.

Line 569: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (+)',

565: END IF;
566:
567: -- Debug info.
568: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
569: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (+)',
570: p_prefix=>l_debug_prefix,
571: p_msg_level=>fnd_log.level_procedure);
572: END IF;
573:

Line 575: HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (

571: p_msg_level=>fnd_log.level_procedure);
572: END IF;
573:
574: -- Call table-handler.
575: HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (
576: X_RESPONSIBILITY_ID => p_role_responsibility_rec.responsibility_id,
577: X_CUST_ACCOUNT_ROLE_ID => p_role_responsibility_rec.cust_account_role_id,
578: X_RESPONSIBILITY_TYPE => p_role_responsibility_rec.responsibility_type,
579: X_PRIMARY_FLAG => p_role_responsibility_rec.primary_flag,

Line 606: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (-) ' ||

602: x_responsibility_id := p_role_responsibility_rec.responsibility_id;
603:
604: -- Debug info.
605: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
606: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Insert_Row (-) ' ||
607: 'x_responsibility_id = ' || x_responsibility_id,
608: p_prefix=>l_debug_prefix,
609: p_msg_level=>fnd_log.level_procedure);
610: END IF;

Line 629: * HZ_ROLE_RESPONSIBILITY_PKG.Update_Row

625: * Private procedure to update customer account role responsibility.
626: *
627: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
628: * HZ_ACCOUNT_VALIDATE_V2PUB.validate_role_responsibility
629: * HZ_ROLE_RESPONSIBILITY_PKG.Update_Row
630: *
631: * ARGUMENTS
632: * IN/OUT:
633: * p_role_responsibility_rec Customer account role responsibility record.

Line 713: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (+)',

709: END IF;
710:
711: -- Debug info.
712: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
713: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (+)',
714: p_prefix=>l_debug_prefix,
715: p_msg_level=>fnd_log.level_procedure);
716: END IF;
717:

Line 719: HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (

715: p_msg_level=>fnd_log.level_procedure);
716: END IF;
717:
718: -- Call table-handler.
719: HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (
720: X_Rowid => l_rowid,
721: X_RESPONSIBILITY_ID => p_role_responsibility_rec.responsibility_id,
722: X_CUST_ACCOUNT_ROLE_ID => p_role_responsibility_rec.cust_account_role_id,
723: X_RESPONSIBILITY_TYPE => p_role_responsibility_rec.responsibility_type,

Line 749: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (-)',

745: );
746:
747: -- Debug info.
748: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
749: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Update_Row (-)',
750: p_prefix=>l_debug_prefix,
751: p_msg_level=>fnd_log.level_procedure);
752: END IF;
753:

Line 1806: * HZ_ROLE_RESPONSIBILITY_PKG.Select_Row

1802: * DESCRIPTION
1803: * Gets customer account role responsibility record
1804: *
1805: * EXTERNAL PROCEDURES/FUNCTIONS ACCESSED
1806: * HZ_ROLE_RESPONSIBILITY_PKG.Select_Row
1807: *
1808: * ARGUMENTS
1809: * IN:
1810: * p_init_msg_list Initialize message stack if it is set to

Line 1873: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (+)',

1869: x_role_responsibility_rec.responsibility_id := p_responsibility_id;
1870:
1871: -- Debug info.
1872: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1873: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (+)',
1874: p_prefix=>l_debug_prefix,
1875: p_msg_level=>fnd_log.level_procedure);
1876: END IF;
1877:

Line 1879: HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (

1875: p_msg_level=>fnd_log.level_procedure);
1876: END IF;
1877:
1878: -- Call table-handler.
1879: HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (
1880: X_RESPONSIBILITY_ID => x_role_responsibility_rec.responsibility_id,
1881: X_CUST_ACCOUNT_ROLE_ID => x_role_responsibility_rec.cust_account_role_id,
1882: X_RESPONSIBILITY_TYPE => x_role_responsibility_rec.responsibility_type,
1883: X_PRIMARY_FLAG => x_role_responsibility_rec.primary_flag,

Line 1907: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (-)',

1903: );
1904:
1905: -- Debug info.
1906: IF fnd_log.level_procedure>=fnd_log.g_current_runtime_level THEN
1907: hz_utility_v2pub.debug(p_message=>'HZ_ROLE_RESPONSIBILITY_PKG.Select_Row (-)',
1908: p_prefix=>l_debug_prefix,
1909: p_msg_level=>fnd_log.level_procedure);
1910: END IF;
1911: