DBA Data[Home] [Help]

APPS.QP_ATTR_GRP_PVT dependencies on STANDARD

Line 1455: oe_debug_pub.add('cache_key should be standard OR null');

1451: else
1452: g_cache_key_final_tbl(l_atgrp_final_index) := g_cache_key_tmp_tbl(grp_no_index);
1453: /*
1454: if g_call_from_setup = 'Y' then
1455: oe_debug_pub.add('cache_key should be standard OR null');
1456: else
1457: fnd_file.put_line(FND_FILE.LOG, 'cache_key should be standard OR null');
1458: end if;
1459: */

Line 1457: fnd_file.put_line(FND_FILE.LOG, 'cache_key should be standard OR null');

1453: /*
1454: if g_call_from_setup = 'Y' then
1455: oe_debug_pub.add('cache_key should be standard OR null');
1456: else
1457: fnd_file.put_line(FND_FILE.LOG, 'cache_key should be standard OR null');
1458: end if;
1459: */
1460: end if;
1461:

Line 1465: -- populate the standard who columns

1461:
1462: g_product_uom_code_final_tbl(l_atgrp_final_index) := g_product_uom_code_tmp_tbl(grp_no_index);
1463: g_pricing_attr_count_final_tbl(l_atgrp_final_index) := g_pricing_attr_count_tmp_tbl(grp_no_index);
1464:
1465: -- populate the standard who columns
1466: g_creation_date_final_tbl(l_atgrp_final_index) := sysdate;
1467: g_created_by_final_tbl(l_atgrp_final_index) := FND_GLOBAL.USER_ID;
1468: g_last_update_date_final_tbl(l_atgrp_final_index) := sysdate;
1469: g_last_updated_by_final_tbl(l_atgrp_final_index) := FND_GLOBAL.USER_ID;