DBA Data[Home] [Help]

APPS.PO_PDOI_DISTRIBUTIONS_SV3 dependencies on FND_MESSAGE

Line 671: fnd_message.clear;

667: if (x_project_account_context = 'Y') then
668:
669: --
670: -- Make sure that there is no message on the stack.
671: fnd_message.clear;
672:
673: x_valid := validate_project_info
674: (x_destination_type_code,
675: x_project_id,

Line 701: /*null,*/ NVL(fnd_message.get,''), --

697: 'PROJECT_ID' ,
698: /*null,*/ 'PJM_ERROR_MSG', --
699: null,null,null,null,null,
700: -- Pass in the PJM error message, if one exists
701: /*null,*/ NVL(fnd_message.get,''), --
702: null,null,null,null,null,
703: x_header_processable_flag, x_interface_distribution_id);
704: end if;
705: end if;

Line 1300: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);

1296: x_valid1 := 'N';
1297: ELSIF (l_val_proj_result = PO_PROJECT_DETAILS_SV.pjm_validate_warning) THEN
1298: /* Write the warning to the concurrent program log and then */
1299: /* set x_valid to 'Y' to allow processing to continue.*/
1300: FND_FILE.put_line(FND_FILE.LOG, FND_MESSAGE.get);
1301: x_valid1 := 'Y';
1302: ELSE /* Success */
1303: x_valid1 := 'Y';
1304: END IF;