DBA Data[Home] [Help]

APPS.QP_QP_FORM_QUALIFIER_RULES dependencies on OE_DEBUG_PUB

Line 70: oe_debug_pub.ADD('in forms default attributes');

66: l_x_QUALIFIERS_rec QP_Qualifier_Rules_PUB.Qualifiers_Rec_Type;
67: l_x_QUALIFIERS_tbl QP_Qualifier_Rules_PUB.Qualifiers_Tbl_Type;
68: BEGIN
69:
70: oe_debug_pub.ADD('in forms default attributes');
71:
72:
73:
74: -- Set control flags.

Line 119: oe_debug_pub.add('calling private process qualifier_rules');

115:
116: -- Call QP_Qualifier_Rules_PVT.Process_QUALIFIER_RULES
117:
118:
119: oe_debug_pub.add('calling private process qualifier_rules');
120:
121:
122:
123: QP_Qualifier_Rules_PVT.Process_QUALIFIER_RULES

Line 192: oe_debug_pub.add('leaving forms default attributes');

188: , p_data => x_msg_data
189: );
190:
191:
192: oe_debug_pub.add('leaving forms default attributes');
193:
194:
195: EXCEPTION
196:

Line 298: oe_debug_pub.add('entering forms change attributes');

294: l_x_QUALIFIERS_rec QP_Qualifier_Rules_PUB.Qualifiers_Rec_Type;
295: l_x_QUALIFIERS_tbl QP_Qualifier_Rules_PUB.Qualifiers_Tbl_Type;
296: BEGIN
297:
298: oe_debug_pub.add('entering forms change attributes');
299:
300: oe_debug_pub.add('id is '||p_qualifier_rule_id);
301: oe_debug_pub.add('attr is' ||p_attr_value);
302: -- Set control flags.

Line 300: oe_debug_pub.add('id is '||p_qualifier_rule_id);

296: BEGIN
297:
298: oe_debug_pub.add('entering forms change attributes');
299:
300: oe_debug_pub.add('id is '||p_qualifier_rule_id);
301: oe_debug_pub.add('attr is' ||p_attr_value);
302: -- Set control flags.
303:
304: l_control_rec.controlled_operation := TRUE;

Line 301: oe_debug_pub.add('attr is' ||p_attr_value);

297:
298: oe_debug_pub.add('entering forms change attributes');
299:
300: oe_debug_pub.add('id is '||p_qualifier_rule_id);
301: oe_debug_pub.add('attr is' ||p_attr_value);
302: -- Set control flags.
303:
304: l_control_rec.controlled_operation := TRUE;
305: l_control_rec.change_attributes := TRUE;

Line 581: oe_debug_pub.add('leaving forms change attributes');

577: , p_data => x_msg_data
578: );
579:
580:
581: oe_debug_pub.add('leaving forms change attributes');
582: EXCEPTION
583:
584: WHEN FND_API.G_EXC_ERROR THEN
585:

Line 653: oe_debug_pub.add('in validate and write');

649: BEGIN
650:
651:
652:
653: oe_debug_pub.add('in validate and write');
654:
655:
656:
657:

Line 697: oe_debug_pub.add('before calling process qualifier rule private opeartion is '||

693:
694: -- Call QP_Qualifier_Rules_PVT.Process_QUALIFIER_RULES
695:
696:
697: oe_debug_pub.add('before calling process qualifier rule private opeartion is '||
698: l_QUALIFIER_RULES_rec.operation);
699:
700:
701: QP_Qualifier_Rules_PVT.Process_QUALIFIER_RULES

Line 750: oe_debug_pub.add('leaving validate and write');

746: ( p_count => x_msg_count
747: , p_data => x_msg_data
748: );
749:
750: oe_debug_pub.add('leaving validate and write');
751:
752:
753: EXCEPTION
754:

Line 1188: oe_debug_pub.add('in lock row with name as '||p_name);

1184: BEGIN
1185:
1186: -- Load QUALIFIER_RULES record
1187:
1188: oe_debug_pub.add('in lock row with name as '||p_name);
1189:
1190: l_QUALIFIER_RULES_rec.attribute1 := p_attribute1;
1191: l_QUALIFIER_RULES_rec.attribute10 := p_attribute10;
1192: l_QUALIFIER_RULES_rec.attribute11 := p_attribute11;

Line 1312: oe_debug_pub.add('Entering Get_qualifier_rules');

1308: RETURN QP_Qualifier_Rules_PUB.Qualifier_Rules_Rec_Type
1309: IS
1310: BEGIN
1311:
1312: oe_debug_pub.add('Entering Get_qualifier_rules');
1313: oe_debug_pub.add('with _qualifier_rule_id '|| p_qualifier_rule_id);
1314:
1315:
1316:

Line 1313: oe_debug_pub.add('with _qualifier_rule_id '|| p_qualifier_rule_id);

1309: IS
1310: BEGIN
1311:
1312: oe_debug_pub.add('Entering Get_qualifier_rules');
1313: oe_debug_pub.add('with _qualifier_rule_id '|| p_qualifier_rule_id);
1314:
1315:
1316:
1317: IF p_qualifier_rule_id <> g_QUALIFIER_RULES_rec.qualifier_rule_id

Line 1334: oe_debug_pub.add('leaving Get_qualifier_rules');

1330: g_db_QUALIFIER_RULES_rec := g_QUALIFIER_RULES_rec;
1331:
1332: END IF;
1333:
1334: oe_debug_pub.add('leaving Get_qualifier_rules');
1335:
1336:
1337:
1338: IF p_db_record THEN

Line 1340: oe_debug_pub.add('with qualifier_rule_db_rec as id '|| g_db_QUALIFIER_RULES_rec.qualifier_rule_id);

1336:
1337:
1338: IF p_db_record THEN
1339:
1340: oe_debug_pub.add('with qualifier_rule_db_rec as id '|| g_db_QUALIFIER_RULES_rec.qualifier_rule_id);
1341: oe_debug_pub.add('with qualifier_rule_db_rec as name '|| g_db_QUALIFIER_RULES_rec.name);
1342: oe_debug_pub.add('with qualifier_rule_db_rec as decription '|| g_db_QUALIFIER_RULES_rec.description);
1343:
1344: RETURN g_db_QUALIFIER_RULES_rec;

Line 1341: oe_debug_pub.add('with qualifier_rule_db_rec as name '|| g_db_QUALIFIER_RULES_rec.name);

1337:
1338: IF p_db_record THEN
1339:
1340: oe_debug_pub.add('with qualifier_rule_db_rec as id '|| g_db_QUALIFIER_RULES_rec.qualifier_rule_id);
1341: oe_debug_pub.add('with qualifier_rule_db_rec as name '|| g_db_QUALIFIER_RULES_rec.name);
1342: oe_debug_pub.add('with qualifier_rule_db_rec as decription '|| g_db_QUALIFIER_RULES_rec.description);
1343:
1344: RETURN g_db_QUALIFIER_RULES_rec;
1345:

Line 1342: oe_debug_pub.add('with qualifier_rule_db_rec as decription '|| g_db_QUALIFIER_RULES_rec.description);

1338: IF p_db_record THEN
1339:
1340: oe_debug_pub.add('with qualifier_rule_db_rec as id '|| g_db_QUALIFIER_RULES_rec.qualifier_rule_id);
1341: oe_debug_pub.add('with qualifier_rule_db_rec as name '|| g_db_QUALIFIER_RULES_rec.name);
1342: oe_debug_pub.add('with qualifier_rule_db_rec as decription '|| g_db_QUALIFIER_RULES_rec.description);
1343:
1344: RETURN g_db_QUALIFIER_RULES_rec;
1345:
1346: ELSE

Line 1348: oe_debug_pub.add('with qualifier_rule_rec as id '|| g_QUALIFIER_RULES_rec.qualifier_rule_id);

1344: RETURN g_db_QUALIFIER_RULES_rec;
1345:
1346: ELSE
1347:
1348: oe_debug_pub.add('with qualifier_rule_rec as id '|| g_QUALIFIER_RULES_rec.qualifier_rule_id);
1349: oe_debug_pub.add('with qualifier_rule_rec as name '|| g_QUALIFIER_RULES_rec.name);
1350: oe_debug_pub.add('with qualifier_rule_rec as decription '|| g_QUALIFIER_RULES_rec.description);
1351:
1352:

Line 1349: oe_debug_pub.add('with qualifier_rule_rec as name '|| g_QUALIFIER_RULES_rec.name);

1345:
1346: ELSE
1347:
1348: oe_debug_pub.add('with qualifier_rule_rec as id '|| g_QUALIFIER_RULES_rec.qualifier_rule_id);
1349: oe_debug_pub.add('with qualifier_rule_rec as name '|| g_QUALIFIER_RULES_rec.name);
1350: oe_debug_pub.add('with qualifier_rule_rec as decription '|| g_QUALIFIER_RULES_rec.description);
1351:
1352:
1353: RETURN g_QUALIFIER_RULES_rec;

Line 1350: oe_debug_pub.add('with qualifier_rule_rec as decription '|| g_QUALIFIER_RULES_rec.description);

1346: ELSE
1347:
1348: oe_debug_pub.add('with qualifier_rule_rec as id '|| g_QUALIFIER_RULES_rec.qualifier_rule_id);
1349: oe_debug_pub.add('with qualifier_rule_rec as name '|| g_QUALIFIER_RULES_rec.name);
1350: oe_debug_pub.add('with qualifier_rule_rec as decription '|| g_QUALIFIER_RULES_rec.description);
1351:
1352:
1353: RETURN g_QUALIFIER_RULES_rec;
1354: