DBA Data[Home] [Help]

APPS.MRP_SOURCING_API_PK dependencies on FND_GLOBAL

Line 512: arg_message := arg_message||fnd_global.newline;

508: counter := 1;
509:
510: FND_MESSAGE.SET_NAME('MRP', 'MRP_SUPPLIER_IN_SOURCING_1');
511: arg_message := FND_MESSAGE.GET;
512: arg_message := arg_message||fnd_global.newline;
513:
514: LOOP
515: FETCH sr into x_sourcing_rule_name, x_assignment_type;
516: EXIT WHEN sr%NOTFOUND;

Line 519: arg_message := arg_message||' '||x_sourcing_rule_name||' '||x_assignment_type||fnd_global.newline;

515: FETCH sr into x_sourcing_rule_name, x_assignment_type;
516: EXIT WHEN sr%NOTFOUND;
517:
518: IF counter <= 10 THEN
519: arg_message := arg_message||' '||x_sourcing_rule_name||' '||x_assignment_type||fnd_global.newline;
520: END IF;
521: counter := counter + 1;
522: END LOOP;
523: